Removed Legacy Camera resize

This commit is contained in:
2023-03-01 09:29:25 -08:00
parent 7838e1b92d
commit 1d26228cb5
5 changed files with 4 additions and 8 deletions

View File

@ -55,7 +55,7 @@ void UICanvas::onStart() {
(*it)->updatePositions();
++it;
}
}, camera->event2RenderTargetResized);
}, camera->eventRenderTargetResized);
}, camera);
useEffectWithTeardown([&]{