JGL::RenderTarget::Resize appears to have an issue.

This commit is contained in:
2025-02-07 01:56:25 -05:00
parent 7f2477677a
commit c78f9a045c

View File

@@ -24,7 +24,7 @@ protected:
float scrollbar_width = 12;
Color4 scrollbar_color = Colors::Whites::Azure;
float scroll = 0;
Vector2i canvas_size {64, 128};
Vector2i canvas_size {256, 256};
JGL::RenderTarget* canvas = nullptr;
protected:
/* This isn't public because nothing should ever