Remove debug print
This commit is contained in:
parent
c31b1d4240
commit
250b387d52
@ -49,7 +49,6 @@ class GameWindow(mglw.WindowConfig):
|
||||
)
|
||||
|
||||
def on_mouse_drag_event(self, x, y, dx, dy):
|
||||
# print("Mouse drag:", x, y, dx, dy)
|
||||
if self.buttons_held[1]:
|
||||
self.apply_brush(x, y, dx, dy)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user