Daniele Bartolini 9 лет назад
Родитель
Сommit
cf08f6225e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/world/debug_line.h

+ 1 - 1
src/world/debug_line.h

@@ -63,7 +63,7 @@ struct DebugLine
 	/// the box. @a half_extents describes the size of the box along the axis.
 	void add_obb(const Matrix4x4& tm, const Vector3& half_extents, const Color4& color);
 
-	/// Add a frustum defined by @mvp.
+	/// Adds a frustum defined by @mvp.
 	void add_frustum(const Matrix4x4& mvp, const Color4& color);
 
 	/// Adds the mesh described by (vertices, stride, indices, num).