summaryrefslogtreecommitdiff
path: root/src/video/win32_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/win32_v.cpp')
-rw-r--r--src/video/win32_v.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp
index d87975635..980bd7292 100644
--- a/src/video/win32_v.cpp
+++ b/src/video/win32_v.cpp
@@ -378,7 +378,7 @@ void VideoDriver_Win32::Paint()
ReleaseDC(_wnd.main_wnd, dc);
- MemSetT(&_dirty_rect, 0);
+ _dirty_rect = {};
}
void VideoDriver_Win32::PaintThread()