Still need to initialize flexis upon their very first idle update, else you get an ugly polygon soup when they first appear.

This commit is contained in:
Shyotl
2012-10-22 15:32:33 -05:00
parent 5c45979783
commit 9e272aeef0

View File

@@ -394,8 +394,8 @@ void LLVolumeImplFlexible::doIdleUpdate()
}
}
}
//if(!mInitialized)
// updateRenderRes();
if(!mInitialized)
updateRenderRes();
}
}