Profile augmentEvent

This commit is contained in:
David Vierra 2015-01-20 10:41:22 -10:00
parent 7c46cfa7dd
commit 54c4ffa8a1

View File

@ -385,6 +385,7 @@ class WorldView(QGLWidget):
return self.augmentEvent(x, y, event)
@profiler.function
def augmentEvent(self, x, y, event):
ray = self.rayAtPosition(x, y)