Skip to content

Commit 6242357

Browse files
author
devsh
committed
fix a caption bug
1 parent cfd609c commit 6242357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_GeometryCreator/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class GeometryCreatorApp final : public MonoWindowApplication, public applicatio
195195

196196
std::string caption = "[Nabla Engine] Geometry Creator";
197197
{
198-
caption += ", displaying [" +
198+
caption += ", displaying [";
199199
caption += m_scene->getGeometries()[gcIndex].name;
200200
caption += "]";
201201
m_window->setCaption(caption);

0 commit comments

Comments
 (0)