We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dfb70 commit fa5f325Copy full SHA for fa5f325
1 file changed
src/engine/sys/sdl_glimp.cpp
@@ -2685,7 +2685,8 @@ static void GLimp_EnableAvailableFeatures()
2685
2686
if ( glConfig.realtimeLighting )
2687
{
2688
- if ( workaround_glDriver_zhaoxin_disableRealtimeLighting.Get() )
+ if ( workaround_glDriver_zhaoxin_disableRealtimeLighting.Get()
2689
+ && glConfig.driverVendor == glDriverVendor_t::ZHAOXIN )
2690
2691
Log::Warn("Tiled dynamic light renderer disabled because of buggy Zhaoxin driver.");
2692
glConfig.realtimeLighting = false;
0 commit comments