Prevent Reloading Resources #56
Loading…
Add table
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?
When loading resources such as images and sounds, check to see if we've already loaded them. If so, return the existing handle instead of loading again.
assigned to @scott
Thought about this some more and decided against it. I can think of cases where this is actually desirable.