16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 22:59:19 +02:00

Merge pull request #35 from carmel4a/switchable-debug-visualization-of-traction

Switchable debug visualization of traction
This commit is contained in:
Milek7
2018-12-04 23:52:31 +01:00
committed by GitHub
3 changed files with 16 additions and 1 deletions

View File

@@ -115,6 +115,12 @@ class opengl_renderer {
public:
// types
/// Renderer runtime settings.
struct Settings
{
/** Force normal render of traction, when user is in debug mode. */
bool force_normal_traction_render { false };
} settings;
// constructors
opengl_renderer() = default;
// destructor