summaryrefslogtreecommitdiff
path: root/src/dged/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/window.c')
-rw-r--r--src/dged/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dged/window.c b/src/dged/window.c
index a25154a..da2cebe 100644
--- a/src/dged/window.c
+++ b/src/dged/window.c
@@ -178,6 +178,7 @@ void windows_update(void *(*frame_alloc)(size_t), uint64_t frame_time) {
.window_y = w->y,
.frame_alloc = frame_alloc,
};
+
buffer_view_update(&w->buffer_view, &p);
command_list_draw_command_list(w->commands, inner_commands);