OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Unnecessary big Fields #35

Closed OfficerYoda closed 2 months ago

OfficerYoda commented 5 months ago

Fields like the lastUpdate or lastBBoxUpdate in FhysicsObject.kt dont need ot be an Int they can easily work as a Short or less.

OfficerYoda commented 2 months ago

To insignificant. Plus lastBBoxUpdate was removed. the only remaining fields like this is lastUpdate. Implementing this suggestion would only save 6003Bytes with 2000 objects.