Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-09-21 16:56:05 +0300
committerBastien Montagne <bastien@blender.org>2021-09-21 16:56:05 +0300
commita25cd206c6b2b84373a4dad218641b8a2da42b78 (patch)
treee38fba1219f65f9d7d38d8f1a90ee1901fc68498
parent96027b2d15b73d2b5086899425021ea4c903fa00 (diff)
Cleanup ClangTidy warning.
Different parameter name in function declaration and implementation.
-rw-r--r--source/blender/draw/DRW_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/DRW_engine.h b/source/blender/draw/DRW_engine.h
index 2e25211ea62..5e7b812c37b 100644
--- a/source/blender/draw/DRW_engine.h
+++ b/source/blender/draw/DRW_engine.h
@@ -177,7 +177,7 @@ struct DrawDataList *DRW_drawdatalist_from_id(struct ID *id);
void DRW_drawdata_free(struct ID *id);
bool DRW_opengl_context_release(void);
-void DRW_opengl_context_activate(bool test);
+void DRW_opengl_context_activate(bool drw_state);
#ifdef __cplusplus
}