prepare dev branch

This commit is contained in:
fxia22 2017-08-17 14:15:49 -07:00
parent 709c6d6f9c
commit 8919a8378d
11 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ mousedown = False
clickstart = (0,0)
fps = 0
dll=np.ctypeslib.load_library('render','.')
dll=np.ctypeslib.load_library('../realenv/envs/render','.')
def onmouse(*args):