You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Clarify some comments
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user