Skip to content

Commit 0ac5658

Browse files
Remove leftover after refactoring
1 parent 82224a2 commit 0ac5658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newton/_src/viewer/viewer_gl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def end_frame(self):
431431
destroyed results in a crash (access violation). Therefore we check
432432
whether an exit was requested and early-out before touching GL if so.
433433
"""
434-
return self._update()
434+
self._update()
435435

436436
@override
437437
def apply_forces(self, state):

0 commit comments

Comments
 (0)