提交 1841a0dd 编写于 作者: M Mathieu Bastian

Fix arrow display issue

上级 f79e5688
......@@ -197,7 +197,7 @@ public class CompatibilityEngine extends AbstractEngine {
markTime++;
//Arrows
if (vizConfig.isShowArrows() && dataBridge.isDirected()) {
if (edgeClass.isEnabled() && vizConfig.isShowArrows() && dataBridge.isDirected()) {
gl.glBegin(GL2.GL_TRIANGLES);
for (Iterator<EdgeModel> itr = octree.getEdgeIterator(); itr.hasNext();) {
EdgeModel obj = itr.next();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册