love.graphics.pop
Pops the current coordinate transformation from the transformation stack.
This functions is always used to reverse a previous push operation. It returns the current transformation state to what is was before the last preceding push. For an example, see the description of love.graphics.push .
Function
Synopsis
love.graphics.pop()
Arguments
None
Returns
Nothing.