Skip to content

Commit 1915ed6

Browse files
authored
Merge pull request #71 from ymontmarin/devel
Fix error due to coal renaming
2 parents f7d5fff + e3d27f3 commit 1915ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/coal/node.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void BVHDisplay::init(coal::SplitMethodType splitMethod) {
4343

4444
BVHPtr_t bvh(new BVH_t);
4545
bvh->bv_splitter.reset(new BVSplitter<BoundingVolume>(splitMethod));
46-
loadPolyhedronFromResource(filename_, Vec3f(1, 1, 1), bvh);
46+
loadPolyhedronFromResource(filename_, Vec3s(1, 1, 1), bvh);
4747

4848
recursiveBuildTree(*bvh, 0, 0);
4949

0 commit comments

Comments
 (0)