Make rayview update itself rather than force update #40
Closed
opened 2 months ago by zedshaw
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. 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.