Rename: GPU_texture_orphans
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user