Removed deprecated Application.Get()

This commit is contained in:
Simon Lübeß
2026-08-16 19:51:56 +02:00
parent 836c926a22
commit 39d78ab4c1
11 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ namespace GlitchyEditor
private void InitGraphics()
{
_context = Application.Get().Window.Context..AddRef();
_context = Application.Instance.Window.Context..AddRef();
RasterizerStateDescription rsDesc = .(.Solid, .Back, true);
_rasterizerState = new RasterizerState(rsDesc);