fixed uninitialized metric flag

This commit is contained in:
nmatsuda 2024-01-19 09:56:27 -08:00 committed by GitHub
parent 94930dde48
commit ec055e1220
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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