mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-28 10:14:14 +00:00
opengl: Removed a FIXME (this is documented as not-thread-safe now.
This commit is contained in:
@@ -390,7 +390,6 @@ static SDL_RenderCommand *AllocateRenderCommand(SDL_Renderer *renderer)
|
||||
{
|
||||
SDL_RenderCommand *result = NULL;
|
||||
|
||||
// !!! FIXME: are there threading limitations in SDL's render API? If not, we need to mutex this.
|
||||
result = renderer->render_commands_pool;
|
||||
if (result) {
|
||||
renderer->render_commands_pool = result->next;
|
||||
|
||||
Reference in New Issue
Block a user