Removed unnecessary assignments
This commit is contained in:
parent
121cead38e
commit
71df4caf8f
5 changed files with 0 additions and 8 deletions
|
|
@ -294,7 +294,6 @@ void LineBuilder::build() {
|
|||
if (texture_mode == Line2D::LINE_TEXTURE_TILE) {
|
||||
uvx1 = current_distance1 / (width * tile_aspect);
|
||||
} else if (texture_mode == Line2D::LINE_TEXTURE_STRETCH) {
|
||||
uvx0 = current_distance0 / total_distance;
|
||||
uvx1 = current_distance1 / total_distance;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue