mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-10 05:57:41 +00:00
Update glslang using temporary branch, fix LtRtProcessing
This commit is contained in:
@@ -18,7 +18,7 @@ constexpr T ClampFull(float in) {
|
||||
|
||||
if (in < MIN)
|
||||
return MIN;
|
||||
else if (in > MAX)
|
||||
else if (in > static_cast<float>(MAX))
|
||||
return MAX;
|
||||
else
|
||||
return in;
|
||||
|
||||
Reference in New Issue
Block a user