mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 12:27:40 +00:00
ray:: fixed mirrors in intra::in
This commit is contained in:
@@ -958,7 +958,8 @@ void raygen::apply_reflect() {
|
||||
" tangent = " + getM("uMirrorShift+walloffset+which") + " * tangent;\n"
|
||||
" continue;\n"
|
||||
" }\n";
|
||||
fsh += "uniform int uMirrorShift;\n";
|
||||
if(fsh.find("uMirrorShift") == string::npos)
|
||||
fsh += "uniform int uMirrorShift;\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user