EgtGraphics 1.5b3 :

- aggiunto SceExecutor per eseguire file Tsc
- centralizzata gestiopne del logger
- mogliorie varie
This commit is contained in:
Dario Sassi
2014-02-19 11:21:12 +00:00
parent 8560bc5cae
commit 73ee89f9c5
11 changed files with 383 additions and 55 deletions
+1 -1
View File
@@ -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) ;
}