Make resizing of gui window only affect the browser ratio, not the scale

This commit is contained in:
Ylva Selling
2022-05-04 12:40:21 -04:00
parent d3a955e6be
commit 323fea8ec6
6 changed files with 21 additions and 37 deletions

View File

@@ -525,7 +525,7 @@ scripting::LuaLibrary SkyBrowserModule::luaLibrary() const {
codegen::lua::SetBorderColor,
codegen::lua::TranslateScreenSpaceRenderable,
codegen::lua::AddRenderCopy,
codegen::lua::SetScreenSpaceSize,
codegen::lua::SetBrowserRatio,
codegen::lua::RemoveRenderCopy,
codegen::lua::StartFinetuningTarget,
codegen::lua::FinetuneTargetPosition,