mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
[MIRROR] Fixes Fit Viewport being forced onto all connecting clients regardless of their manual Auto Fit preference (#6807)
* Fixes Fit Viewport being forced onto all connecting clients regardless of their manual Auto Fit preference (#60079) Removed a single line calling fit_viewport() when clients connect with no consideration for preference. * Fixes Fit Viewport being forced onto all connecting clients regardless of their manual Auto Fit preference Co-authored-by: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com>
This commit is contained in:
@@ -450,7 +450,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
view_size = new(src, getScreenSize(prefs.widescreenpref))
|
||||
view_size.resetFormat()
|
||||
view_size.setZoomMode()
|
||||
fit_viewport()
|
||||
Master.UpdateTickRate()
|
||||
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_CLIENT_CONNECT, src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user