From ec055e1220f897b393f033a4cee02771c69dadc3 Mon Sep 17 00:00:00 2001 From: nmatsuda Date: Fri, 19 Jan 2024 09:56:27 -0800 Subject: [PATCH] fixed uninitialized metric flag --- View.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/View.cpp b/View.cpp index 5af6a27..d5dace7 100644 --- a/View.cpp +++ b/View.cpp @@ -1088,6 +1088,7 @@ View::View(AppData *appData){ screen_width = 0; screen_height = 0; screen_depth = 32; + metric = 0; fps = 0; fullscreen = 0; screen_index = 0;