Revert DynOS auto-disable-billboard
This commit is contained in:
parent
592df229b6
commit
f8b8e80cf6
|
@ -25,13 +25,14 @@ static void DynOS_Pack_ActivateActor(s32 aPackIndex, Pair<const char *, GfxData
|
|||
};
|
||||
|
||||
// Check if we should disable billboards
|
||||
u32 vertices = 0;
|
||||
// TODO: make this smarter
|
||||
/*u32 vertices = 0;
|
||||
for (auto& vtx : aGfxData->mVertices) {
|
||||
vertices += vtx->mSize;
|
||||
}
|
||||
if (vertices > 6) {
|
||||
actorGfx.mGraphNode->extraFlags |= GRAPH_EXTRA_FORCE_3D;
|
||||
}
|
||||
}*/
|
||||
|
||||
DynOS_Actor_Valid(georef, actorGfx);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue