EgtGraphics 1.5b3 :
- aggiunto SceExecutor per eseguire file Tsc - centralizzata gestiopne del logger - mogliorie varie
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ bool
|
||||
Scene::UpdateExtension( void)
|
||||
{
|
||||
BBox3d b3Ext ;
|
||||
if ( ! m_pGeomDB->GetLocalBBox( GDB_ID_ROOT, b3Ext))
|
||||
if ( m_pGeomDB == nullptr || ! m_pGeomDB->GetLocalBBox( GDB_ID_ROOT, b3Ext))
|
||||
return false ;
|
||||
return SetExtension( b3Ext) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user