Skip to content

Commit 1bedf2d

Browse files
author
kevyuu
committed
Fix indentation of CGeometryCreator.h
1 parent bb45773 commit 1bedf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/asset/utils/CGeometryCreator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class NBL_API2 CGeometryCreator final : public core::IReferenceCounted
6060
\param colorCone color of the cone
6161
\return Generated mesh.
6262
*/
63-
core::smart_refctd_ptr<ICPUGeometryCollection> createArrow(const uint16_t tesselationCylinder = 4,
63+
core::smart_refctd_ptr<ICPUGeometryCollection> createArrow(const uint16_t tesselationCylinder = 4,
6464
const uint16_t tesselationCone = 8, const float height = 1.f,
6565
const float cylinderHeight = 0.6f, const float widthCylinder = 0.05f,
6666
const float widthCone = 0.3f) const;

0 commit comments

Comments
 (0)