diff options
Diffstat (limited to 'src/ui/window.c')
-rw-r--r-- | src/ui/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index 2933a47d..c13d5843 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -969,7 +969,7 @@ void draw_Window(iWindow *d) { | |||
969 | #if 0 | 969 | #if 0 |
970 | /* Text cache debugging. */ { | 970 | /* Text cache debugging. */ { |
971 | SDL_Texture *cache = glyphCache_Text(); | 971 | SDL_Texture *cache = glyphCache_Text(); |
972 | SDL_Rect rect = { d->root->rect.size.x - 640, 0, 640, 5 * 640 }; | 972 | SDL_Rect rect = { d->root->rect.size.x - 640, 0, 640, 2.5 * 640 }; |
973 | SDL_SetRenderDrawColor(d->render, 0, 0, 0, 255); | 973 | SDL_SetRenderDrawColor(d->render, 0, 0, 0, 255); |
974 | SDL_RenderFillRect(d->render, &rect); | 974 | SDL_RenderFillRect(d->render, &rect); |
975 | SDL_RenderCopy(d->render, glyphCache_Text(), NULL, &rect); | 975 | SDL_RenderCopy(d->render, glyphCache_Text(), NULL, &rect); |