提交 ba2be79a 编写于 作者: M Matt Pharr

Fix typo in SDFace::otherVert() error message.

Fixes #146; thanks to @kanition for noting it.
上级 07e76816
......@@ -66,7 +66,7 @@ struct SDFace {
for (int i = 0; i < 3; ++i)
if (v[i] != v0 && v[i] != v1)
return v[i];
LOG_FATAL("Basic logic error in SDVertex::otherVert()");
LOG_FATAL("Basic logic error in SDFace::otherVert()");
return nullptr;
}
SDVertex *v[3];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册