build 200604. sound loading logging enhancement, driving aid throttle data enhancement, external camera movement control fix

This commit is contained in:
tmj-fstate
2020-06-05 16:45:52 +02:00
parent ad1a14082c
commit 03561b11d8
9 changed files with 28 additions and 17 deletions

View File

@@ -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() ) ) {