Rename: GPU_texture_orphans

This commit is contained in:
Dalai Felinto
2018-06-08 15:51:25 +02:00
parent cbbf8bbbb4
commit 856a79e1fb
4 changed files with 10 additions and 10 deletions

View File

@@ -2028,7 +2028,7 @@ void wm_window_raise(wmWindow *win)
void wm_window_swap_buffers(wmWindow *win)
{
GPU_texture_delete_orphans(); /* XXX should be done elsewhere. */
GPU_texture_orphans_delete(); /* XXX should be done elsewhere. */
GHOST_SwapWindowBuffers(win->ghostwin);
}