BastiaanOlij / gdnative_cpp_example

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

Correct godot-headers path #11

Closed euseibus closed 3 years ago

euseibus commented 3 years ago

godot_headers_path set as "godot_headers" was incorrect as the new Godot3.3 branch of godot-cpp has "godot-headers", not "godot_headers" as a submodule. This was causing errors while following the guide at https://docs.godotengine.org/en/latest/tutorials/scripting/gdnative/gdnative_cpp_example.html#doc-gdnative-cpp-example

BastiaanOlij commented 3 years ago

Ah cheers! yeah small but important change indeed :)