Support emissive materials

This commit is contained in:
Simon Lübeß
2023-06-28 19:33:39 +02:00
parent 334c2c0366
commit b31d43820a
9 changed files with 194 additions and 79 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ namespace GlitchyEditor
public this(EditorContentManager contentManager) : base("Editor")
{
Application.Get().Window.IsVSync = false;
Application.Get().Window.IsVSync = true;
_contentManager = contentManager;