Skip to content

Commit

Permalink
fix calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
3drosalia committed Mar 25, 2024
1 parent 50aa689 commit ec11976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Encore/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ int main(int argc, char* argv[])
}
if (document.HasMember("avOffset")) {
const rapidjson::Value& offset = document["avOffset"];
VideoOffset = offset.GetFloat();
VideoOffset = -(float)(offset.GetInt()/1000);
}
}
}
Expand Down

0 comments on commit ec11976

Please sign in to comment.