Fixed some 'RenderDelayCreation' related crashes

This commit is contained in:
Shyotl
2011-03-27 16:53:17 -05:00
parent b887d3147e
commit 8323a701e8
6 changed files with 32 additions and 31 deletions

View File

@@ -471,7 +471,7 @@ void LLVOVolume::updateTextureVirtualSize()
{
// Update the pixel area of all faces
if(!isVisible())
if(!isVisible() || mDrawable.isNull())
{
return;
}