You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with a variable in the CAI_CAR_DATA structure. I'm thinking to use the variable wheels_valid_surface to check if the car is still on track or not. But the vaule of this variable is always 0, i'm not understanding why. All the other variables works, but not this one. I suspect that the value is not being written to the shared memory. I am also analyzing it raw and those bits always remain at 0.
Version of csp that I'm using: 0.8.2686.39678
The text was updated successfully, but these errors were encountered:
I'm having an issue with a variable in the CAI_CAR_DATA structure. I'm thinking to use the variable wheels_valid_surface to check if the car is still on track or not. But the vaule of this variable is always 0, i'm not understanding why. All the other variables works, but not this one. I suspect that the value is not being written to the shared memory. I am also analyzing it raw and those bits always remain at 0.
Version of csp that I'm using: 0.8.2686.39678
The text was updated successfully, but these errors were encountered: