Clarify some comments

This commit is contained in:
SuslikV
2019-11-02 18:01:59 +02:00
parent de1327ca10
commit 87c06feda1
3 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ void Keyframe::ReorderPoints() {
}
}
// Constructor which sets the default point & coordinate at X=0
// Constructor which sets the default point & coordinate at X=1
Keyframe::Keyframe(double value) : needs_update(true) {
// Init the factorial table, needed by bezier curves
CreateFactorialTable();