2
0
ShiroSmith 7 жил өмнө
parent
commit
a3700c9880

+ 1 - 1
h3d/pass/PointShadowMap.hx

@@ -84,7 +84,7 @@ class PointShadowMap extends Shadows {
 
 	override function loadStaticData( bytes : haxe.io.Bytes ) {
 		if( (mode != Mixed && mode != Static) || bytes == null )
-			return false;
+			return true;
 		var buffer = new haxe.io.BytesInput(bytes);
 		var size = buffer.readInt32();
 		if( size != this.size )