Skip to content

Commit

Permalink
fix: use visualframe to avoid msfs bug #7297 (@8db8c876)
Browse files Browse the repository at this point in the history
  • Loading branch information
2hwk committed Jun 13, 2022
1 parent 2b72c9d commit 6a57747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/systems_wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ impl Time {
sim_connect.request_data_on_sim_object::<SimulationTime>(
SimulationTime::REQUEST_ID,
SIMCONNECT_OBJECT_ID_USER,
Period::SimFrame,
Period::VisualFrame,
)?;

Ok(Self {
Expand Down

0 comments on commit 6a57747

Please sign in to comment.