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 216d6da commit eb9805cCopy full SHA for eb9805c
csrc/start.c
@@ -18,7 +18,7 @@ int vibescript_start(lua_State *state){
18
#elif __linux__
19
LuaCEmbed_set_global_string(l,"os_name","linux");
20
#endif
21
- LuaCEmbed_load_lib_from_c(l,luaopen_CandangoEngine_start_point,"candango");
+ LuaCEmbed_load_lib_from_c(l,luaopen_CandangoEngine_start_point,"Candango");
22
23
LuaCEmbed_load_lib_from_c(l,load_luaDoTheWorld,"dtw");
24
LuaCEmbed_load_lib_from_c(l,load_lua_fluid_json,"json");
0 commit comments