250251252253254255256257258259260
// Update the geometry updateGeometricState( 0, true ); // Use placeholder if no texture specified Texture textureToUse = texture; if ( textureToUse == null ) { textureToUse = PLACEHOLDER_TEXTURE; }