[Bf-blender-cvs] [22be057e376] blender2.8: Draw Manager: Fix copy-paste harmless comment "typo"

Dalai Felinto noreply at git.blender.org
Mon May 1 15:45:49 CEST 2017


Commit: 22be057e376f87e49ea376c2306ba4d2b6207dd7
Author: Dalai Felinto
Date:   Mon May 1 14:24:15 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB22be057e376f87e49ea376c2306ba4d2b6207dd7

Draw Manager: Fix copy-paste harmless comment "typo"

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

M	source/blender/draw/engines/basic/basic_engine.h

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

diff --git a/source/blender/draw/engines/basic/basic_engine.h b/source/blender/draw/engines/basic/basic_engine.h
index d1daa30b89f..4fd559ca50a 100644
--- a/source/blender/draw/engines/basic/basic_engine.h
+++ b/source/blender/draw/engines/basic/basic_engine.h
@@ -28,4 +28,4 @@
 
 extern RenderEngineType DRW_engine_viewport_basic_type;
 
-#endif /* __SELECT_ENGINE_H__ */
+#endif /* __BASIC_ENGINE_H__ */




More information about the Bf-blender-cvs mailing list