I've noticed that sprite_get_texture will give a different value for every sprite that's on the same texture page. Is this normal? I wanted to check if a texture page has changed, but I can't do that if the value isn't consistent.
For context, I've built a sprite batching system for 3D...