ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
91d2bdb916
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      h3d/scene/pbr/VolumetricLightmap.hx

+ 1 - 1
h3d/scene/pbr/VolumetricLightmap.hx

@@ -90,7 +90,7 @@ class VolumetricLightmap extends h3d.scene.Mesh {
 
 	public function generateProbes() {
 		var totalProbeCount : Int = probeCount.x * probeCount.y * probeCount.z ;
-		lightProbes.resize(totalProbeCount);
+		lightProbes = [];
 		lastBakedProbeIndex = -1;
 
 		for(i in 0 ... probeCount.x){