Fix compiler error in debug builds after 1cf465bbc3

This commit is contained in:
Julian Eisel 2022-07-15 16:52:01 +02:00
parent 1cf465bbc3
commit c505f19efe
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ bool GPU_backend_init_once()
void gpu_backend_delete_resources()
{
BLI_assert(backend);
BLI_assert(g_backend);
g_backend->delete_resources();
}