mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 200604. sound loading logging enhancement, driving aid throttle data enhancement, external camera movement control fix
This commit is contained in:
@@ -819,7 +819,7 @@ eu07_application::init_gfx() {
|
||||
// legacy render path
|
||||
GfxRenderer = std::make_unique<opengl_renderer>();
|
||||
Global.GfxFramebufferSRGB = false;
|
||||
Global.DisabledLogTypes |= logtype::material;
|
||||
Global.DisabledLogTypes |= static_cast<unsigned int>( logtype::material );
|
||||
}
|
||||
|
||||
if( false == GfxRenderer->Init( m_windows.front() ) ) {
|
||||
|
||||
Reference in New Issue
Block a user