diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb80bbb..fe853d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -195,8 +195,8 @@ jobs: name: VS 2019 ${{ matrix.config.arch }} ${{ matrix.sdl.label }} runs-on: windows-2019 env: - VCPKG_VERSION: 14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44 - # 2022.05.10 + VCPKG_VERSION: 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 + # 2023.10.19 vcpkg_packages: zlib libpng libjpeg-turbo opengl-registry strategy: fail-fast: false diff --git a/source/Irrlicht/Android/CIrrDeviceAndroid.cpp b/source/Irrlicht/Android/CIrrDeviceAndroid.cpp index fe66731..b1df885 100644 --- a/source/Irrlicht/Android/CIrrDeviceAndroid.cpp +++ b/source/Irrlicht/Android/CIrrDeviceAndroid.cpp @@ -106,7 +106,7 @@ bool CIrrDeviceAndroid::run() s32 Events = 0; android_poll_source* Source = 0; - while ((id = ALooper_pollAll(((Focused && !Paused) || !Initialized) ? 0 : -1, 0, &Events, (void**)&Source)) >= 0) + while ((id = ALooper_pollAll(0, 0, &Events, (void**)&Source)) >= 0) { if(Source) Source->process(Android, Source);