-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPBGE: Cleanup SG_Controller and subclasses.
This commits add an empty SetOption function in SG_Controller to avoid redefinition in subclasses, also the attributes m_modified and m_ipotime which are used in all controller classes are moved into the base class SG_Controller, in consideration the function SetSimulationTime is de-virtualized and moved into SG_Controller.
- Loading branch information
1 parent
a972f04
commit ad70ea4
Showing
10 changed files
with
250 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.