update boo

This commit is contained in:
Phillip Stephens 2017-09-10 01:08:52 -07:00
parent 6c9b4d57f5
commit cc8415b4f6
2 changed files with 2 additions and 1 deletions

2
hecl/extern/boo vendored

@ -1 +1 @@
Subproject commit 5bc17c753c0e15862423a7ae54fcdc1bd1b9c2e4
Subproject commit ff3dca2b3af378990093d50de302d4587eafb985

View File

@ -136,6 +136,7 @@ std::string GLSL::GenerateReflectionExpr(ReflectionType type) const
switch (type)
{
case ReflectionType::None:
default:
return "vec3(0.0, 0.0, 0.0)";
case ReflectionType::Simple:
return "texture(reflectionTex, vtf.reflectTcgs[1]).rgb * vtf.reflectAlpha";