From 6634d4252ed3d3f5c2b6d1adf101ec59ff3a7e95 Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 25 Jul 2022 17:38:08 +0930 Subject: [PATCH] Video: Do not call setPattern in InitGfx --- Source/Project64-video/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64-video/Main.cpp b/Source/Project64-video/Main.cpp index c41ce9ced..c925c7beb 100644 --- a/Source/Project64-video/Main.cpp +++ b/Source/Project64-video/Main.cpp @@ -455,7 +455,7 @@ int InitGfx() voodoo.gamma_table_size = 256; srand(g_settings->stipple_pattern()); - setPattern(); + //setPattern(); InitCombine();