Browse Source

showbase: add user_exit alias for userExit

rdb 2 days ago
parent
commit
784f32d0b9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/showbase/ShowBase.py

+ 1 - 0
direct/src/showbase/ShowBase.py

@@ -3396,6 +3396,7 @@ class ShowBase(DirectObject.DirectObject):
     remove_camera_frustum = removeCameraFrustum
     remove_camera_frustum = removeCameraFrustum
     save_cube_map = saveCubeMap
     save_cube_map = saveCubeMap
     save_sphere_map = saveSphereMap
     save_sphere_map = saveSphereMap
+    user_exit = userExit
     start_wx = startWx
     start_wx = startWx
     start_tk = startTk
     start_tk = startTk
     start_direct = startDirect
     start_direct = startDirect