Constructor
| 66 | |
| 67 | /// Constructor |
| 68 | EngineSettings() : elapsedTime(0.0f), timeStep(0.0f) { |
| 69 | |
| 70 | } |
| 71 | |
| 72 | /// Return default engine settings |
| 73 | static EngineSettings defaultSettings() { |
nothing calls this directly
no outgoing calls
no test coverage detected