Fix order

This commit is contained in:
Christian Semmler 2024-03-09 18:34:45 -05:00
parent aeb55fac04
commit a1c51fc580

View File

@ -111,6 +111,12 @@ void ViewManager::FUN_100a66a0(ViewROI* p_roi)
p_roi->SetUnknown0xe0(-1);
}
// STUB: LEGO1 0x100a6930
void ViewManager::Update(float p_previousRenderTime, float p_und2)
{
// TODO
}
// FUNCTION: LEGO1 0x100a6b90
void ViewManager::FUN_100a6b90()
{
@ -152,12 +158,6 @@ void ViewManager::FUN_100a6b90()
flags |= c_bit4;
}
// STUB: LEGO1 0x100a6930
void ViewManager::Update(float p_previousRenderTime, float p_und2)
{
// TODO
}
// FUNCTION: LEGO1 0x100a6d50
void ViewManager::SetResolution(int width, int height)
{