JGL::RenderTarget::Resize appears to have an issue.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user