Fix focus on console buffer and console buffer not drawing
This commit is contained in:
@@ -300,7 +300,6 @@ void DrawRect(Rect2I rect, Color color) {
|
||||
}
|
||||
|
||||
void DrawRectOutline(Rect2I rect, Color color, Int thickness = 2) {
|
||||
|
||||
Rect2I a = CutLeft(&rect, thickness);
|
||||
Rect2I b = CutRight(&rect, thickness);
|
||||
Rect2I c = CutTop(&rect, thickness);
|
||||
|
||||
Reference in New Issue
Block a user