Skip to content
Snippets Groups Projects
Commit e42f4144 authored by maljx's avatar maljx
Browse files

flake fixes

parent 47be1c5f
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,7 @@ class RenderTool(object):
env = self.env
t1 = time.time()
# t1 = time.time()
# Draw cells grid
grid_color = [0.95, 0.95, 0.95]
......@@ -658,7 +658,7 @@ class RenderTool(object):
self.gl.endFrame()
t2 = time.time()
# t2 = time.time()
# print(t2 - t1, "seconds")
if show:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment