Adress review comments

This commit is contained in:
Emma Broman
2021-07-09 15:30:42 +02:00
parent 23b70eaf14
commit 771aa46fcd
13 changed files with 361 additions and 230 deletions

View File

@@ -104,7 +104,7 @@ int renderCameraPath(lua_State* L) {
const CameraPose p = currentPath->interpolatedPose(u * length);
poses.push_back(p);
}
poses.push_back(currentPath->endPoint().pose);
poses.push_back(currentPath->endPoint().pose());
// Create node lines between the positions
auto pointIdentifier = [](int i) {