comp380team3 / PuzzlePathDimension

Class project for COMP 380 at California State University, Northridge
0 stars 0 forks source link

Frame rate loss in menus and level #62

Open Twisol opened 11 years ago

Twisol commented 11 years ago

A noticeable FPS loss can occur when switching quickly between menu, or during normal gameplay. This is probably caused by allocating objects frequently, rather than limiting allocation to certain well-defined transitional points (such as startup and level load/unload).