From 85370ca6a4dae67d618c2b543035ea96fd0c055c Mon Sep 17 00:00:00 2001 From: grorp Date: Fri, 19 Jan 2024 10:35:55 +0100 Subject: [PATCH] Update IrrlichtDevice.h --- include/IrrlichtDevice.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/IrrlichtDevice.h b/include/IrrlichtDevice.h index 4ad67137..048bc94b 100644 --- a/include/IrrlichtDevice.h +++ b/include/IrrlichtDevice.h @@ -180,7 +180,8 @@ namespace irr //! Checks if the window could possibly be visible. //! Currently, this only returns false when the activity is stopped on //! Android. Note that for Android activities, "stopped" means something - //! different than "paused". Read the Android lifecycle documentation. + //! different than you might expect (and also something different than + //! "paused"). Read the Android lifecycle documentation. virtual bool isWindowVisible() const { return true; }; //! Get the current color format of the window