mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Create native palette in LegoVideoManager
This commit is contained in:
parent
41837abc80
commit
5140e4162d
@ -40,8 +40,9 @@ LegoVideoManager::~LegoVideoManager()
|
||||
// STUB: LEGO1 0x1007ac40
|
||||
MxResult LegoVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyMS, MxBool p_createThread)
|
||||
{
|
||||
// TODO
|
||||
return MxVideoManager::Create(p_videoParam, p_frequencyMS, p_createThread);
|
||||
MxResult result = MxVideoManager::Create(p_videoParam, p_frequencyMS, p_createThread);
|
||||
m_videoParam.GetPalette()->CreateNativePalette();
|
||||
return result;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1007b5e0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user