mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Removed deprecated Application.Get()
This commit is contained in:
@@ -39,7 +39,7 @@ namespace GlitchyEngine
|
||||
{
|
||||
Debug.Profiler.ProfileFunction!();
|
||||
|
||||
if(Application.Get().Window.IsActive)
|
||||
if(Application.Instance.Window.IsActive)
|
||||
{
|
||||
float3 movement = .();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user