Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-cojocaru committed Nov 28, 2024
1 parent 22acf40 commit 1ab1334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbgl/vulkan/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void Context::submitOneTimeCommand(const std::function<void(const vk::UniqueComm
}

void Context::requestSurfaceUpdate() {
if (surfaceUpdateLatency) {
if (surfaceUpdateRequested) {
return;
}

Expand Down

0 comments on commit 1ab1334

Please sign in to comment.