mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed editorcamera stuttering, Added editor icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user