Closed adrian-castravete closed 1 year ago
By adding the previous values the translations now stack up instead of being overwritten with each new translate.
They will stack up, but they won't stack down as we pop.
I think it's in the draw calls implementation that we should traverse the stack and calculate the resulting translation value.
By adding the previous values the translations now stack up instead of being overwritten with each new translate.