mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Fix order
This commit is contained in:
parent
aeb55fac04
commit
a1c51fc580
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user