You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double buffering is annoying since we have to copy the lists all the time anyway, so it will probably result in worse performance.
We could have a background list of things that will be added next frame but thats low priority
This will slow down other entity systems as they can't update the batch until drawing is done.
Use double buffering instead.
The text was updated successfully, but these errors were encountered: