diff options
Diffstat (limited to 'Tests/TestApp/assets/TestRenderScripts.lua')
| -rw-r--r-- | Tests/TestApp/assets/TestRenderScripts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/assets/TestRenderScripts.lua b/Tests/TestApp/assets/TestRenderScripts.lua index 15499e1..c3a37a3 100644 --- a/Tests/TestApp/assets/TestRenderScripts.lua +++ b/Tests/TestApp/assets/TestRenderScripts.lua @@ -13,7 +13,7 @@ TestSampler = Sampler.Create{ MaxLOD = 10, MaxAnisotropy = 6, ComparisonFunc = "COMPARISON_FUNC_GREATER_EQUAL", - BorderColor = {r = 0.1, g = 0.2, b=0.3, a=0.4}, + BorderColor = {r = 0.0, g = 0.0, b=0.0, a=1.0}, } ErrorTestSampler = Sampler.Create |
