Merge remote-tracking branch 'rxi/master'

This commit is contained in:
Francesco Abbate
2020-08-19 10:08:32 +02:00
3 changed files with 148 additions and 1 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.10");
lua_pushstring(L, "1.11");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());