Use SpriteTexture.dim in rayview to replace the hard coded TEXTURE_WIDTH/HEIGHT #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Once I store the established frame dimensions in SpriteTexture, and once I'm using the SpriteTexture each render cycle, I can just use the frame dimensions there instead of using a hard coded constant.
Accidentally closed #42 with this one.