OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Looping over objects twice #67

Open OfficerYoda opened 2 months ago

OfficerYoda commented 2 months ago

Every Node loops over the objects twice: once to call update on them and a second time to check for border collisions. These two can be combined into one because they are executed right after each other, jus in different methods.