Add events when paths are started or finished (closes #1834)

This commit is contained in:
Alexander Bock
2023-03-11 17:20:20 +01:00
parent 3f35fa992a
commit ddcbe85b51
4 changed files with 68 additions and 8 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ public:
CameraPose traversePath(double dt, float speedScale = 1.f);
/**
* Function that can be used to permaturely quit a path ,for example when skipping
* Function that can be used to permaturely quit a path, for example when skipping
* to the end
*/
void quitPath();