mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
fpopov thanks
This commit is contained in:
+5
-5
@@ -12,10 +12,10 @@ namespace NResUI;
|
||||
|
||||
public class App
|
||||
{
|
||||
public GL GL { get; set; }
|
||||
public IInputContext Input { get; set; }
|
||||
public GL GL { get; set; } = null!;
|
||||
public IInputContext Input { get; set; } = null!;
|
||||
|
||||
public static App Instance;
|
||||
public static App Instance = null!;
|
||||
|
||||
private static bool _dockspaceOpen = true;
|
||||
private static bool _optFullscreenPersistant = true;
|
||||
@@ -25,7 +25,7 @@ public class App
|
||||
|
||||
public ImFontPtr OpenSansFont;
|
||||
|
||||
private List<IImGuiPanel> _imGuiPanels;
|
||||
private List<IImGuiPanel> _imGuiPanels = [];
|
||||
|
||||
public App()
|
||||
{
|
||||
@@ -151,4 +151,4 @@ public class App
|
||||
public void OnKeyReleased(Key key)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user