mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Graphics debug groups and bug fixes
This commit is contained in:
@@ -548,6 +548,9 @@ bool CParticleElectric::Update(double dt) {
|
||||
}
|
||||
|
||||
void CParticleElectric::Render(const CActorLights* lights) {
|
||||
SCOPED_GRAPHICS_DEBUG_GROUP(fmt::format(fmt("CParticleElectric::Render {}"),
|
||||
*x1c_elecDesc.GetObjectTag()).c_str(), zeus::skYellow);
|
||||
|
||||
if (x3e8_electricManagers.size()) {
|
||||
if (x450_29_transformDirty)
|
||||
UpdateCachedTransform();
|
||||
|
||||
Reference in New Issue
Block a user