diff --git a/src/Magnum/Platform/AndroidApplication.h b/src/Magnum/Platform/AndroidApplication.h index b887dbae3..5ba847a3d 100644 --- a/src/Magnum/Platform/AndroidApplication.h +++ b/src/Magnum/Platform/AndroidApplication.h @@ -254,7 +254,7 @@ class AndroidApplication { struct LogOutput; enum class Flag: UnsignedByte { - Redraw = 1 << 1 + Redraw = 1 << 0 }; typedef Containers::EnumSet Flags;