From 0d2de2ba9c616862d7881f089382db772d034f89 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 27 Oct 2019 17:25:16 -0400 Subject: Various updates --- src/shared/lua_api/load_phys.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/lua_api/load_phys.cpp') diff --git a/src/shared/lua_api/load_phys.cpp b/src/shared/lua_api/load_phys.cpp index be5529c..7002a09 100644 --- a/src/shared/lua_api/load_phys.cpp +++ b/src/shared/lua_api/load_phys.cpp @@ -6,6 +6,7 @@ #include void load_physfuncs(lua_State* L){ + printf("Loading phys things\n"); lua_newtable(L);//{} lua_setglobal(L,"phys");// lua_getglobal(L,"phys");//{phys} -- cgit v1.2.3-70-g09d2