Javascript – How come ctx.resetTransform() doesn't work when a very specific thing happens? It gives no errors too
I am programming an OOP 2d canvas game, and I am seeing some weird behaviour with my code. When inside "e", the workspace, there is two or more of the same object but nothing else, ctx.resetTransform somehow does not work,…