Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002e committed Jan 13, 2024
1 parent 148490b commit c487c8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/iron/RenderPath.hx
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,13 @@ class RenderPath {
if(iron.Scene.active.camera.transform.diff() && armory.renderpath.RenderPathCreator.clipmapLevel == 0) {
voxelized = 0;
}
/*
else
for (mesh in iron.Scene.active.meshes) {
if (mesh.transform.diff() && armory.renderpath.RenderPathCreator.clipmapLevel == 0) {
voxelized = 0;
break;
}
}
*/
return ++voxelized > Main.voxelgiClipmapCount ? false : true;
}
#end
Expand Down

0 comments on commit c487c8f

Please sign in to comment.