mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
macOS decal rendering support
This commit is contained in:
@@ -1039,7 +1039,8 @@ void CBooRenderer::AddPlaneObject(const void*, const zeus::CAABox&, const zeus::
|
||||
|
||||
}
|
||||
|
||||
void CBooRenderer::AddDrawable(const void* obj, const zeus::CVector3f& pos, const zeus::CAABox& aabb, int mode, EDrawableSorting sorting)
|
||||
void CBooRenderer::AddDrawable(const void* obj, const zeus::CVector3f& pos, const zeus::CAABox& aabb,
|
||||
int mode, EDrawableSorting sorting)
|
||||
{
|
||||
if (sorting == EDrawableSorting::UnsortedCallback)
|
||||
xa8_drawableCallback(obj, xac_callbackContext, mode);
|
||||
|
||||
Reference in New Issue
Block a user