Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showbase: Annotate basic ShowBase setup/shutdown methods #1558

Merged
merged 6 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct an annotation
  • Loading branch information
WMOkiishi committed Oct 27, 2023
commit 11a140686430db34e02265f5d64e63ced564cff1
2 changes: 1 addition & 1 deletion direct/src/showbase/ShowBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 380,7 @@ def __init__(self, fStartDirect: bool = True, windowType: str | None = None) ->
self.shadowTrav: CollisionTraverser | Literal[0] = 0
self.cTravStack = Stack()
# Ditto for an AppTraverser.
self.appTrav: CollisionTraverser | Literal[0] = 0
self.appTrav: Any | Literal[0] = 0

# This is the DataGraph traverser, which we might as well
# create now.
Expand Down