lovr.graphics.pop
Pops the current transform from the stack, returning to the transformation that was applied before lovr.graphics.push
was called.
lovr.graphics.pop()
Arguments
None
Returns
Nothing
Notes
An error is thrown if there isn't a transform to pop. This can happen if you forget to call push before calling pop, or if you have an unbalanced sequence of pushes and pops.
See also
lovr.graphics.push
lovr.graphics