Make rayview update itself rather than force update #40
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?
See main_ui.cpp:95 where I send the main_ui an event so it will tell rayview to updae the given sprite. Ultimately rayview should be updating its sprites from the world or possibly using its own events?
Actually its better if there's a spawn event that updates the rayview, that keeps it pretty stupid.