fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.21k stars 1.23k forks source link

Fix the AttributError #121

Open Waanofii-Tech opened 3 years ago

Waanofii-Tech commented 3 years ago

Since Python 3.3 time.clock() has been deprecated, if we are using latest Python we have to change it to time.pref_counter(). For more information: https://www.geeksforgeeks.org/time-perf_counter-function-in-python/