fogleman / Minecraft

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

Updated main.py to make it compatible with python 3.x #114

Closed ShameenShetty closed 4 years ago

ShameenShetty commented 4 years ago

Changed time.clock() to time.process_time() so that someone with python 3.x can run the program without problems

progval commented 4 years ago

Duplicate of #111 and #113

ShameenShetty commented 4 years ago

Oh, didn't realize.

progval commented 4 years ago

No problem. Thanks :)