Daniele Bartolini 9 年之前
父節點
當前提交
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).