mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Implemented Layers and LayerStack
This commit is contained in:
@@ -348,9 +348,7 @@ namespace GlitchyEngine.Platform.Windows
|
||||
{
|
||||
/* Remove beeping sound when ALT + some key is pressed. */
|
||||
if ( wParam == SC_KEYMENU )
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
// Window closing
|
||||
case WM_CLOSE:
|
||||
|
||||
Reference in New Issue
Block a user