Profile augmentEvent
This commit is contained in:
parent
7c46cfa7dd
commit
54c4ffa8a1
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user