Skip to content

Commit 6095bd4

Browse files
committed
git submodule rights change
1 parent c9a1060 commit 6095bd4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
url = https://github.com/vicrucann/eigen.git
1313
[submodule "src/libNumerics/ParallelTransportFrame"]
1414
path = src/libNumerics/ParallelTransportFrame
15-
url = git@github.com:vicrucann/ParallelTransportFrame.git
15+
url = https://github.com/vicrucann/ParallelTransportFrame.git

src/libSGEntities/RootScene.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ bool RootScene::exportSceneToFile(const std::string &name)
170170
entity::Canvas* canvas = m_userScene->getCanvas(i);
171171
if (!canvas) continue;
172172
canvas->detachFrame();
173+
// for all the strokes within canvas, replace them with mesh representation
174+
173175
}
174176

175177
Q_CHECK_PTR(m_userScene->getGroupCanvases());

0 commit comments

Comments
 (0)