mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
clang-format
This commit is contained in:
parent
9240eec64d
commit
783c4c1247
@ -135,7 +135,7 @@ BOOL IsleApp::SetupLegoOmni()
|
||||
#ifdef COMPAT_MODE
|
||||
BOOL failure;
|
||||
{
|
||||
MxOmniCreateParam param(mediaPath, (struct HWND__ *) m_windowHandle, m_videoParam, MxOmniCreateFlags());
|
||||
MxOmniCreateParam param(mediaPath, (struct HWND__*) m_windowHandle, m_videoParam, MxOmniCreateFlags());
|
||||
failure = Lego()->Create(param) == FAILURE;
|
||||
}
|
||||
#else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user