mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 05:07:41 +00:00
Implement rstl::optional_object_null
This commit is contained in:
@@ -107,6 +107,6 @@ rstl::optional_object< CAABox > CScriptPlatform::GetTouchBounds() const {
|
||||
return GetBoundingBox();
|
||||
}
|
||||
} else {
|
||||
return rstl::optional_object< CAABox >();
|
||||
return rstl::optional_object_null();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user