mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-23 03:55:44 -04:00
Correct assert in view.cpp (#1500)
This commit is contained in:
parent
d3cd491765
commit
bc920a295b
@ -443,9 +443,9 @@ inline Result ViewRender(IDirect3DRMViewport* pViewport, const IDirect3DRMFrame2
|
||||
pViewportAppData->m_backgroundColorGreen,
|
||||
pViewportAppData->m_backgroundColorBlue
|
||||
);
|
||||
}
|
||||
|
||||
assert(Succeeded(result));
|
||||
assert(Succeeded(result));
|
||||
}
|
||||
|
||||
result = ResultVal(pViewport->Render(const_cast<IDirect3DRMFrame2*>(pGroup)));
|
||||
assert(Succeeded(result));
|
||||
|
Loading…
x
Reference in New Issue
Block a user