EgtExecutor 1.8g1 :

- aggiunta gestione immagini (inizialmente solo recupero dimensioni in pixel).
This commit is contained in:
Dario Sassi
2017-07-07 15:58:49 +00:00
parent c1c4e5a66f
commit 2f9333d29a
10 changed files with 131 additions and 6 deletions
+1 -1
View File
@@ -183,4 +183,4 @@ ExeGetPhotoPixels( int nId, int& nPixelX, int& nPixelY)
if ( ! pPhoto->GetName( sName))
return false ;
return ( pScene->GetTexturePixels( sName, nPixelX, nPixelY) && nPixelX > 0 && nPixelY > 0) ;
}
}