mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 12:11:15 +00:00
Add TODO
This commit is contained in:
parent
3ffcb4e7f1
commit
6fffce5c59
@ -133,6 +133,7 @@ LegoROI* LegoCharacterManager::GetROI(const char* p_key, MxBool p_createEntity)
|
|||||||
|
|
||||||
if (character != NULL) {
|
if (character != NULL) {
|
||||||
if (p_createEntity && character->m_roi->GetEntity() == NULL) {
|
if (p_createEntity && character->m_roi->GetEntity() == NULL) {
|
||||||
|
// TODO: Match
|
||||||
LegoAnimActor* actor = new LegoAnimActor(1);
|
LegoAnimActor* actor = new LegoAnimActor(1);
|
||||||
|
|
||||||
actor->SetROI(character->m_roi, FALSE, FALSE);
|
actor->SetROI(character->m_roi, FALSE, FALSE);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user