Merge commit '30b56dbfc86b23419281ecb2917127d2b74ebbe2' into Cube

This commit is contained in:
Riccardo Elitropi
2023-06-01 13:03:34 +02:00
5 changed files with 37 additions and 12 deletions
+2 -4
View File
@@ -38,10 +38,8 @@ IEGrScene*
CreateEGrScene( void)
{
// verifico la chiave e le opzioni
if ( ! GetEGrNetHwKey()) {
if ( ! TestKeyForEGr( GetEGrKey(), 0, GetEGrLogger()))
return nullptr ;
}
if ( ! VerifyKey( 0))
return nullptr ;
// creo l'oggetto
return static_cast<IEGrScene*> ( new(nothrow) Scene) ;
}