Remove assignment that already happens in LuaHandler.

This commit is contained in:
hispidence 2021-06-23 21:27:04 +01:00
parent 127e142622
commit 350d0426ca

View file

@ -21,8 +21,6 @@ GameFlow::GameFlow(sol::state* lua) : LuaHandler{ lua }
LanguageScript* lang = new LanguageScript("English");
Strings.push_back(lang);
m_lua = lua;
// Settings type
m_lua->new_usertype<GameScriptSettings>("GameScriptSettings",
"screenWidth", &GameScriptSettings::ScreenWidth,