v0.9.4: removed unnecessary texture reference in TextureFilm
This commit is contained in:
@@ -109,7 +109,7 @@ public class SmartTexture extends Texture {
|
||||
|
||||
public RectF uvRect( float left, float top, float right, float bottom ) {
|
||||
return new RectF(
|
||||
left / width,
|
||||
left / width,
|
||||
top / height,
|
||||
right / width,
|
||||
bottom / height );
|
||||
|
||||
Reference in New Issue
Block a user