Darthfett / A-Priori-Physics-System

A side-scroller game based upon Mega Man X, with a priori collision detection, and objects being represented as a sequence of connected points.
3 stars 0 forks source link

Initial delay/time not accounted for in run loop #14

Closed Darthfett closed 12 years ago

Darthfett commented 12 years ago

The time between pygame.init() and the time game.Game.run() is called is not 0. Thus, some initializing uses up 'game time' that should not be doing so.

Darthfett commented 12 years ago

Fixed in 8a194bd