EgtGraphics 2.4e3 :

- modifiche per prima gestione chiave di rete.
This commit is contained in:
DarioS
2022-05-17 08:24:26 +02:00
parent a72e642f35
commit 68434fba6f
5 changed files with 24 additions and 4 deletions
+4 -2
View File
@@ -38,8 +38,10 @@ IEGrScene*
CreateEGrScene( void)
{
// verifico la chiave e le opzioni
if ( ! TestKeyForEGr( GetEGrKey(), 0, GetEGrLogger()))
return nullptr ;
if ( ! GetEGrNetHwKey()) {
if ( ! TestKeyForEGr( GetEGrKey(), 0, GetEGrLogger()))
return nullptr ;
}
// creo l'oggetto
return static_cast<IEGrScene*> ( new(nothrow) Scene) ;
}