Implement Lego3DView::Render

This commit is contained in:
Misha
2024-01-20 14:57:13 -05:00
parent ea5f9b4886
commit 9a77a2a10b
3 changed files with 10 additions and 7 deletions

View File

@@ -16,6 +16,11 @@ void ViewManager::RemoveAll(ViewROI*)
// TODO
}
// STUB: LEGO1 0x100a6930
void ViewManager::Update(float p_previousRenderTime, float p_und2)
{
}
// STUB: LEGO1 0x100a6d50
void ViewManager::SetResolution(int width, int height)
{