UI: Asset Shelf (Experimental Feature) #104831

Closed
Julian Eisel wants to merge 399 commits from asset-shelf into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7bb22a2c1c - Show all commits

View File

@ -153,7 +153,7 @@ vec2 do_tria()
/* ROUNDBOX_TRIA_DASH */
pos = point_pos[vidx];
uvInterp = point_uvs[vidx];
uvInterp -= vec2(0.2, 0.45); /* Translate */
uvInterp -= vec2(0.2, 0.45); /* Translate */
outRectSize = vec2(0.6, 0.1);
outRoundCorners = vec4(0.01);
}