Skip to content

Commit

Permalink
viewer: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng authored and pixelflinger committed Jan 22, 2025
1 parent ea21b74 commit 3b7cbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/viewer/src/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ static std::ostream& operator<<(std::ostream& out, const LightManager::ShadowOpt
<< "\"polygonOffsetConstant\": " << in.polygonOffsetConstant << ",\n"
<< "\"polygonOffsetSlope\": " << in.polygonOffsetSlope << ",\n"
<< "\"screenSpaceContactShadows\": " << to_string(in.screenSpaceContactShadows) << ",\n"
<< "\"stepCount\": " << in.stepCount << ",\n"
<< "\"stepCount\": " << +in.stepCount << ",\n"
<< "\"maxShadowDistance\": " << in.maxShadowDistance << ",\n"
<< "\"shadowBulbRadius\": " << in.shadowBulbRadius << ",\n"
<< "\"transform\": " << in.transform.xyzw << ",\n"
Expand Down

0 comments on commit 3b7cbd6

Please sign in to comment.