We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4b4a7 commit 54c7d2bCopy full SHA for 54c7d2b
1 file changed
sample/scene/cloth_test.cpp
@@ -187,5 +187,5 @@ std::unique_ptr<Camera> ClothTest2(Scene& scene)
187
return std::make_unique<PerspectiveCamera>(lookfrom, lookat, y_axis, vFov, aperture, dist_to_focus, Point2i(width, height));
188
}
189
190
-static int32 index = Sample::Register("cloth", ClothTest);
+static int32 index1 = Sample::Register("cloth", ClothTest);
191
static int32 index2 = Sample::Register("Cloth", ClothTest2);
0 commit comments