Skip to content

Commit eb9805c

Browse files
att
1 parent 216d6da commit eb9805c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/start.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ int vibescript_start(lua_State *state){
1818
#elif __linux__
1919
LuaCEmbed_set_global_string(l,"os_name","linux");
2020
#endif
21-
LuaCEmbed_load_lib_from_c(l,luaopen_CandangoEngine_start_point,"candango");
21+
LuaCEmbed_load_lib_from_c(l,luaopen_CandangoEngine_start_point,"Candango");
2222

2323
LuaCEmbed_load_lib_from_c(l,load_luaDoTheWorld,"dtw");
2424
LuaCEmbed_load_lib_from_c(l,load_lua_fluid_json,"json");

0 commit comments

Comments
 (0)