|
From: Yoda-JM <yo...@us...> - 2011-02-24 10:46:24
|
Author: Vincent Le Ligeour <yo...@us...>
Date: Thu Feb 24 11:50:09 2011 +0100
Fixed typo in comment
---
game/glshader.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/glshader.hh b/game/glshader.hh
index 6e7eeff..496dd6c 100644
--- a/game/glshader.hh
+++ b/game/glshader.hh
@@ -99,7 +99,7 @@ struct UseShader {
};
namespace glutil {
- // Note: if you reorder or otherwise change the contents of this, VertexShader::Draw() must be modified accordingly
+ // Note: if you reorder or otherwise change the contents of this, VertexArray::Draw() must be modified accordingly
struct VertexInfo {
glmath::Vec4 position;
glmath::Vec4 texCoord;
|