Page MenuHome

BGE: Cleanup occlusion buffer in CcdPhysicsEnvironment.cpp
ClosedPublic

Authored by Porteries Tristan (panzergame) on Nov 4 2015, 7:07 PM.

Diff Detail

Event Timeline

Porteries Tristan (panzergame) retitled this revision from to BGE: Cleanup occlusion buffer in CcdPhysicsEnvironment.cpp.
Porteries Tristan (panzergame) updated this object.
Mitchell Stokes (moguri) edited edge metadata.
This revision is now accepted and ready to land.Nov 4 2015, 7:09 PM
Daniel Stokes (kupoman) added inline comments.
source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
1696–1702

I'm not sure if we have any guidelines on multiple statements on one line, but we may want to break these up to be one statement per line.

1741–1747

See previous comment about multiple statements per line.

Porteries Tristan (panzergame) edited edge metadata.
  • Avoid multiple statements on one line.
This revision was automatically updated to reflect the committed changes.