[Bf-blender-cvs] [ea105bab2b8] blender2.8: Gawain: fix header comments

Mike Erwin noreply at git.blender.org
Sat Apr 15 21:43:44 CEST 2017


Commit: ea105bab2b8f5a60afba51e54d65bad8b4cc9afa
Author: Mike Erwin
Date:   Sat Apr 15 15:42:58 2017 -0400
Branches: blender2.8
https://developer.blender.org/rBea105bab2b8f5a60afba51e54d65bad8b4cc9afa

Gawain: fix header comments

Missed this when splitting VertexBuffer from Batch -- they used to live in the same file.

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

M	intern/gawain/gawain/vertex_buffer.h
M	intern/gawain/src/vertex_buffer.c

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

diff --git a/intern/gawain/gawain/vertex_buffer.h b/intern/gawain/gawain/vertex_buffer.h
index 3a2575fa2e1..e2e9c2d0ba8 100644
--- a/intern/gawain/gawain/vertex_buffer.h
+++ b/intern/gawain/gawain/vertex_buffer.h
@@ -1,5 +1,5 @@
 
-// Gawain geometry batch
+// Gawain vertex buffer
 //
 // This code is part of the Gawain library, with modifications
 // specific to integration with Blender.
diff --git a/intern/gawain/src/vertex_buffer.c b/intern/gawain/src/vertex_buffer.c
index c502caace9d..ef2c4b17813 100644
--- a/intern/gawain/src/vertex_buffer.c
+++ b/intern/gawain/src/vertex_buffer.c
@@ -1,5 +1,5 @@
 
-// Gawain geometry batch
+// Gawain vertex buffer
 //
 // This code is part of the Gawain library, with modifications
 // specific to integration with Blender.




More information about the Bf-blender-cvs mailing list