Skip to content

Commit 54c7d2b

Browse files
committed
Fix ci
1 parent 0f4b4a7 commit 54c7d2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/scene/cloth_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ std::unique_ptr<Camera> ClothTest2(Scene& scene)
187187
return std::make_unique<PerspectiveCamera>(lookfrom, lookat, y_axis, vFov, aperture, dist_to_focus, Point2i(width, height));
188188
}
189189

190-
static int32 index = Sample::Register("cloth", ClothTest);
190+
static int32 index1 = Sample::Register("cloth", ClothTest);
191191
static int32 index2 = Sample::Register("Cloth", ClothTest2);

0 commit comments

Comments
 (0)