add frameId to mapRenderState

This commit is contained in:
Adeeb Shihadeh
2022-12-09 13:15:18 -08:00
parent a33e25ef52
commit 609491e539

View File

@@ -1967,6 +1967,7 @@ struct NavRoute {
struct MapRenderState {
locationMonoTime @0 :UInt64;
renderTime @1 :Float32;
frameId @2: UInt32;
}
struct NavModelData {