Fixed editorcamera stuttering, Added editor icons

This commit is contained in:
Simon Lübeß
2022-05-18 14:12:26 +02:00
parent 5d8a4ad3a7
commit 4cd0bff91d
10 changed files with 273 additions and 51 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ namespace GlitchyEngine.Renderer
public static void DrawQuad(Matrix transform, SubTexture2D texture, ColorRGBA color = .White)
{
DrawQuad(transform, texture.Texture, .White, texture.TexCoords);
DrawQuad(transform, texture.Texture, color, texture.TexCoords);
}
// Subtex + Texcoords