EgtGeomKernel 1.5f5 :
- gestione salvataggio in modalità testo compresso - aggiunto controlli in scritture per salvataggio.
This commit is contained in:
+1
-3
@@ -121,9 +121,7 @@ bool
|
||||
GeoPoint3d::Save( NgeWriter& ngeOut) const
|
||||
{
|
||||
// parametri : punto
|
||||
ngeOut.WritePoint( m_ptP, ";", true) ;
|
||||
|
||||
return true ;
|
||||
return ngeOut.WritePoint( m_ptP, ";", true) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user