You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Making some small tweaks for consistency / code format
This commit is contained in:
@@ -367,7 +367,7 @@ void Keyframe::SetJsonValue(Json::Value root) {
|
||||
|
||||
if (!root["Points"].isNull())
|
||||
// loop through points
|
||||
for (unsigned int x = 0; x < root["Points"].size(); x++) {
|
||||
for (long int x = 0; x < root["Points"].size(); x++) {
|
||||
// Get each point
|
||||
Json::Value existing_point = root["Points"][x];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user