[Bf-blender-cvs] [a25cd206c6b] master: Cleanup ClangTidy warning.

Bastien Montagne noreply at git.blender.org
Tue Sep 21 15:56:59 CEST 2021


Commit: a25cd206c6b2b84373a4dad218641b8a2da42b78
Author: Bastien Montagne
Date:   Tue Sep 21 15:56:05 2021 +0200
Branches: master
https://developer.blender.org/rBa25cd206c6b2b84373a4dad218641b8a2da42b78

Cleanup ClangTidy warning.

Different parameter name in function declaration and implementation.

===================================================================

M	source/blender/draw/DRW_engine.h

===================================================================

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
 }



More information about the Bf-blender-cvs mailing list