mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
cleanup: fix all improper uses of MxResult (#234)
* cleanup: fix all improper uses of MxResult
This commit is contained in:
@@ -16,5 +16,5 @@ LegoPathController::~LegoPathController()
|
||||
MxResult LegoPathController::Tickle()
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
return SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user