Merge remote-tracking branch 'origin/master' into 1.13
# Conflicts: # Source/Engine/GraphicsDevice/Vulkan/GPUSwapChainVulkan.cpp
This commit is contained in:
@@ -956,7 +956,7 @@ void AndroidPlatform::Tick()
|
||||
// Pool app events
|
||||
int events;
|
||||
android_poll_source* source;
|
||||
while (ALooper_pollAll(0, nullptr, &events, reinterpret_cast<void**>(&source)) >= 0)
|
||||
while (ALooper_pollOnce(0, nullptr, &events, reinterpret_cast<void**>(&source)) >= 0)
|
||||
{
|
||||
// Process event
|
||||
if (source != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user