fogleman / Minecraft

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

time.clock() does not work for python 3.8 onwards. #115

Open AswinR12 opened 3 years ago

AswinR12 commented 3 years ago

Replaced it with time.process_time()