Skip to content

Commit ffa7fcb

Browse files
committed
ajout de button pour lua
1 parent 1a0dc87 commit ffa7fcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lua/lua2.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ void LuaFile::run()
551551
lua.open_libraries(sol::lib::base);
552552
lua.open_libraries(sol::lib::math);
553553
lua.open_libraries(sol::lib::table);
554+
lua.open_libraries(sol::lib::string);
554555

555556
// Lire la configuration
556557
storage::FileStream file2(directory+"conf.txt", storage::READ);

0 commit comments

Comments
 (0)