1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Fixed keyboard and editor colors

This commit is contained in:
Reuh 2015-12-24 13:15:00 +01:00
parent 2e782ed9ea
commit 716c42b849
3 changed files with 17 additions and 14 deletions

View file

@ -52,6 +52,6 @@ int main() {
// Unload Lua
lua_close(L);
return 0;
}