1
0
Fork 0
This commit is contained in:
QbeRoot 2021-11-21 17:10:19 +01:00
commit 6c0478464e

View file

@ -172,7 +172,7 @@ class CollisionViewer(QtWidgets.QOpenGLWidget):
[x1, y1, z1, pt], [x0, y, z0, pt], [x0, y1, z0, pt], [x1, y1, z1, pt], [x0, y, z0, pt], [x0, y1, z0, pt],
] ]
return result return result
def paintGL(self) -> None: def paintGL(self) -> None:
try: # prevent crashing on level transition try: # prevent crashing on level transition