palasale
Results
1
comments of
palasale
After some tinkering I've come to the following code: ``` //Add small offset for correct placement if (!isSideView) { rect.x += 0f; rect.width += 1f; } ``` The end result:...