diff --git a/BBGE/Quad.cpp b/BBGE/Quad.cpp index 8f820ff..5d67bef 100644 --- a/BBGE/Quad.cpp +++ b/BBGE/Quad.cpp @@ -643,12 +643,6 @@ void Quad::onUpdate(float dt) else if (autoHeight == AUTO_VIRTUALHEIGHT) height = core->getVirtualHeight(); - - refreshRepeatTextureToFill(); - - lowerRightTextureCoordinates.update(dt); - upperLeftTextureCoordinates.update(dt); - if (!drawGrid.empty() && alpha.x > 0 && alphaMod > 0) { updateGrid(dt); diff --git a/BBGE/Quad.h b/BBGE/Quad.h index bd4f89b..0fcfa37 100644 --- a/BBGE/Quad.h +++ b/BBGE/Quad.h @@ -72,7 +72,7 @@ public: void deleteGrid(); - InterpolatedVector upperLeftTextureCoordinates, lowerRightTextureCoordinates; + Vector upperLeftTextureCoordinates, lowerRightTextureCoordinates; enum GridDrawOrder {