Explorar o código

- Undo temp fix

ShiroSmith %!s(int64=7) %!d(string=hai) anos
pai
achega
31e76c50cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      h3d/pass/PointShadowMap.hx

+ 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 true;
+			return false;
 		var buffer = new haxe.io.BytesInput(bytes);
 		var size = buffer.readInt32();
 		if( size != this.size )