mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 02:29:17 +02:00
Merge branch 'milek-dev' into gfx-work
This commit is contained in:
@@ -121,6 +121,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;
|
||||
|
||||
// methods
|
||||
bool Init(GLFWwindow *Window);
|
||||
|
||||
Reference in New Issue
Block a user