Change lua function to be set with "setPropertyValueSingle" instead

This commit is contained in:
Ylva Selling
2022-04-04 10:16:51 -04:00
parent f14e482ff1
commit 1eb4fc5879
6 changed files with 13 additions and 25 deletions

View File

@@ -565,7 +565,6 @@ scripting::LuaLibrary SkyBrowserModule::luaLibrary() const {
codegen::lua::AddRenderCopy,
codegen::lua::SetScreenSpaceSize,
codegen::lua::RemoveRenderCopy,
codegen::lua::MoveRenderCopy
}
};
}