Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log {#changes}

## ? - ?

##### Fixes :wrench:

- Added a call to `AsyncSystem::dispatchMainThreadTasks` to account for a change in Cesium Native, which no longer calls that function itself.

## v1.23.0 - 2026-03-02

##### Additions :tada:
Expand Down
1 change: 1 addition & 0 deletions native~/src/Runtime/Cesium3DTilesetImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ void Cesium3DTilesetImpl::UpdateInternal(
return;
}

getAsyncSystem().dispatchMainThreadTasks();
std::vector<ViewState> viewStates =
CameraManager::getAllCameras(tileset, *this);

Expand Down