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

@@ -57,7 +57,7 @@ void GPU_init(void)
gpu_extensions_init(); /* must come first */
GPU_texture_init_orphans();
GPU_texture_orphans_init();
gpu_codegen_init();
if (G.debug & G_DEBUG_GPU)
@@ -82,7 +82,7 @@ void GPU_exit(void)
gpu_batch_exit();
GPU_texture_exit_orphans();
GPU_texture_orphans_exit();
if (G.debug & G_DEBUG_GPU)
gpu_debug_exit();