mjocean / PyProcGameHD-SkeletonGame

The current HD VGA Fork of PyProcGame (w/ HW Accel) + SkeletonGame to accelerate new game development
http://pinballprogramming.com
MIT License
14 stars 8 forks source link

Four players slows machine #4

Closed joshkugler closed 8 years ago

joshkugler commented 8 years ago

The SG four play display is creating new layers each time through, which is impacting performance significantly, given the frequency of those hits. Needs to be changed so layers created just once and set_text used, like it is done for one player.

mjocean commented 8 years ago

Fixed in 7/7/2016 commit.