Fix focus on console buffer and console buffer not drawing

This commit is contained in:
Krzosa Karol
2024-08-02 12:16:08 +02:00
parent 55223b763a
commit 95dc31be91
4 changed files with 17 additions and 16 deletions

View File

@@ -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);