SDK/Binding: Fix compilation
Former-commit-id: 60505c729d1495bd9055e2a9b4d423e10f5a95e5 [formerly d82a60a0788b574e801a5db5e2ea63e767b4ccfa] [formerly 008de73ef33c0be8a77ffeec85c0d4794ca4afee [formerly 8c92cdf09ec067f19aafebc00d3da1e2d671d37d]] Former-commit-id: a2470f3223dbc4a38a42d6bd77b7858b1ca59135 [formerly deb714657888d052465d632d7c46e4c1dc014404] Former-commit-id: 4a75b39c325313a6c26fa8282f4db17c816d94d5
This commit is contained in:
parent
4345d540bb
commit
fda4877d1a
|
|
@ -139,7 +139,7 @@ namespace Ndk
|
|||
|
||||
#ifndef NDK_SERVER
|
||||
/*********************************** Ndk::GraphicsComponent **********************************/
|
||||
graphicsComponent.BindMethod("Attach", &GraphicsComponent::Attach, 0);
|
||||
graphicsComponent.BindMethod("Attach", (void(Ndk::GraphicsComponent::*)(Nz::InstancedRenderableRef, int)) &GraphicsComponent::Attach, 0);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue