Cleanup: clang-format
This commit is contained in:
@@ -70,7 +70,7 @@ color image_texture_lookup(string filename,
|
||||
/* Flip the y coordinate, but preserve UDIM tiles. */
|
||||
float flip_v;
|
||||
if (is_tiled) {
|
||||
float v_i = (int) v;
|
||||
float v_i = (int)v;
|
||||
flip_v = v_i + (1.0 - (v - v_i));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user