Skip to content

Commit f129770

Browse files
arnaud comment
Co-authored-by: Arnaud Botella <[email protected]>
1 parent 5864890 commit f129770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/mesh/helpers/rasterize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ namespace
106106
deltas[i] = 0;
107107
increments[i] = 0;
108108
}
109-
if( end[i] > start[i] )
109+
else if( end[i] > start[i] )
110110
{
111111
deltas[i] = end[i] - start[i];
112112
increments[i] = 1;

0 commit comments

Comments
 (0)