Make IrrlichtDevice::isWindowVisible do what it says on the tin (#279)

This commit is contained in:
grorp
2024-01-19 18:17:26 +01:00
committed by GitHub
parent 9df2f0b944
commit 66786d0059
3 changed files with 13 additions and 6 deletions

View File

@ -86,9 +86,10 @@ namespace irr
const ASensor* Accelerometer;
const ASensor* Gyroscope;
bool Focused;
bool Initialized;
bool Stopped;
bool Paused;
bool Focused;
JNIEnv* JNIEnvAttachedToVM;