OpenToontownTools / OpenLevelEditor

An open sourced modernized version of Disney's in-house Toontown Online level editor used to create .dna files.
MIT License
58 stars 14 forks source link

fps: Improve FPS meter #28

Closed Benjamin8693 closed 3 years ago

Benjamin8693 commented 3 years ago

Had to do things a bit hacky here. Overwrote the normal function that initiates the FPS meter just so it doesn't get used normally. I tried to initialize the new FPS meter under it, but it won't work since it runs so early that you can't even load fonts yet. Thus, I made a new function for it.