feat(ui): call CGCamera::UpdateCallback from CGWorldFrame::OnWorldUpdate
Some checks failed
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:cl compiler_name:MSVC cxx:cl os:windows-latest system_name:Windows test_path:WhoaTest]) (push) Has been cancelled
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:clang compiler_name:Clang cxx:clang++ os:macos-latest system_name:macOS test_path:WhoaTest]) (push) Has been cancelled
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:gcc compiler_name:GCC cxx:g++ os:ubuntu-latest system_name:Linux test_path:WhoaTest]) (push) Has been cancelled

This commit is contained in:
fallenoak 2026-03-12 16:57:52 -05:00
parent c3b9256fc5
commit 74bc963a1c
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -98,6 +98,10 @@ void CGWorldFrame::OnWorldUpdate() {
// TODO // TODO
CGCamera::UpdateCallback(nullptr, this->m_camera);
// TODO
this->m_camera->SetupWorldProjection(this->m_screenRect); this->m_camera->SetupWorldProjection(this->m_screenRect);
// TODO // TODO