We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7bca8 commit 2fd5e5fCopy full SHA for 2fd5e5f
1 file changed
src/systems/prefab_instantiation.h
@@ -10,10 +10,10 @@
10
#include "src/components/transform.h"
11
#include "src/flecs_registry.h"
12
13
+using godot::Array;
14
using godot::Dictionary;
15
using godot::UtilityFunctions;
16
using godot::Variant;
-using godot::Array;
17
18
inline FlecsRegistry register_prefab_instantiation_system([](flecs::world& world)
19
{
0 commit comments