Video: Do not call setPattern in InitGfx
This commit is contained in:
parent
eaa19be60f
commit
6634d4252e
|
@ -455,7 +455,7 @@ int InitGfx()
|
||||||
voodoo.gamma_table_size = 256;
|
voodoo.gamma_table_size = 256;
|
||||||
|
|
||||||
srand(g_settings->stipple_pattern());
|
srand(g_settings->stipple_pattern());
|
||||||
setPattern();
|
//setPattern();
|
||||||
|
|
||||||
InitCombine();
|
InitCombine();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue