Change shadow fallback technique index to -10
Canvas displays stop working with a technique index of 1000. There is no apparent reason for this, but changing it to 0 or a lower value fixes the issue. There doesn't seem to be any negative consequences from doing this.
This commit is contained in:
parent
32266ba928
commit
9b589f8061
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PropertyList>
|
||||
<name>Effects/Fallback/classic-shadow</name>
|
||||
<technique n="1000">
|
||||
<technique n="-10">
|
||||
<scheme>classic-shadow</scheme>
|
||||
<pass>
|
||||
<lighting>false</lighting>
|
||||
|
|
Loading…
Reference in a new issue