1
0
Fork 0

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:
Fernando García Liñán 2020-11-17 15:25:16 +01:00
parent 32266ba928
commit 9b589f8061

View file

@ -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>