BastiaanOlij / gdnative_cpp_example

GDNative C++ example for tutorial
MIT License
65 stars 31 forks source link

Method not found #6

Closed noobaldrin closed 5 years ago

noobaldrin commented 5 years ago

I'm using the latest godot build from git. I'm able to run this project but this keeps appearing on my console. Anything needs changing?

ERROR: emit_signal: Error calling method from signal 'position_changed': 'Sprite(gdexample.gdns)::_on_Sprite_position_changed': Method not found. At: core/object.cpp:1246. ERROR: emit_signal: Error calling method from signal 'position_changed': 'Sprite(gdexample.gdns)::_on_Sprite_position_changed': Method not found. At: core/object.cpp:1246. ERROR: emit_signal: Error calling method from signal 'position_changed': 'Sprite(gdexample.gdns)::_on_Sprite_position_changed': Method not found. At: core/object.cpp:1246. ERROR: emit_signal: Error calling method from signal 'position_changed': 'Sprite(gdexample.gdns)::_on_Sprite_position_changed': Method not found. At: core/object.cpp:1246.

noobaldrin commented 5 years ago

Made a fresh copy of everything. I'm closing this now. Thanks!