diff --git a/GPU/GPUCommon.cpp b/GPU/GPUCommon.cpp index 9a6a471ae8..1b9bb46283 100644 --- a/GPU/GPUCommon.cpp +++ b/GPU/GPUCommon.cpp @@ -464,7 +464,7 @@ int GPUCommon::EstimatePerVertexCost() { for (int i = 0; i < 4; i++) { if (gstate.isLightChanEnabled(i)) - cost += 10; + cost += 7; } }