r_occlusionQuery now defaults to 0
as a workaround for the issue #106
This commit is contained in:
parent
383f11cbec
commit
8ee555a700
@ -38,7 +38,7 @@
|
||||
|
||||
SPADES_SETTING(r_water, "2");
|
||||
SPADES_SETTING(r_maxAnisotropy, "8");
|
||||
SPADES_SETTING(r_occlusionQuery, "1");
|
||||
SPADES_SETTING(r_occlusionQuery, "0");
|
||||
|
||||
namespace spades {
|
||||
namespace draw {
|
||||
|
Loading…
x
Reference in New Issue
Block a user