mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 20:15:35 -04:00
Fix texture pack overlays not being resized when window is resized. (Thanks Basicaneer)
This commit is contained in:
parent
266d3d5db3
commit
d6e2e52201
@ -421,6 +421,8 @@ namespace ClassicalSharp {
|
||||
if( activeScreen != null )
|
||||
activeScreen.OnResize( width, height, Width, Height );
|
||||
hudScreen.OnResize( width, height, Width, Height );
|
||||
foreach( Screen overlay in WarningOverlays )
|
||||
overlay.OnResize( width, height, Width, Height );
|
||||
width = Width;
|
||||
height = Height;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user