Video: Do not call setPattern in InitGfx

This commit is contained in:
zilmar 2022-07-25 17:38:08 +09:30
parent eaa19be60f
commit 6634d4252e
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ int InitGfx()
voodoo.gamma_table_size = 256;
srand(g_settings->stipple_pattern());
setPattern();
//setPattern();
InitCombine();