mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed Width and Height property of ApplicationEvent
This commit is contained in:
@@ -26,9 +26,9 @@ namespace GlitchyEngine.Events
|
||||
private bool _isResizing;
|
||||
|
||||
/// The new width of the window.
|
||||
public int32 Width = _width;
|
||||
public int32 Width => _width;
|
||||
/// The new height of the window.
|
||||
public int32 Height = _height;
|
||||
public int32 Height => _height;
|
||||
/*
|
||||
* If true, indicates that the resizing is not finished.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user