mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
ui: prev_frame_id should be uint32_t (#25781)
uint32_t old-commit-hash: 1b0f202d7b2be6a4c1f8a18499207170b0fd78ed
This commit is contained in:
@@ -78,7 +78,7 @@ protected:
|
||||
|
||||
std::deque<std::pair<uint32_t, VisionBuf*>> frames;
|
||||
uint32_t draw_frame_id = 0;
|
||||
int prev_frame_id = 0;
|
||||
uint32_t prev_frame_id = 0;
|
||||
|
||||
protected slots:
|
||||
void vipcConnected(VisionIpcClient *vipc_client);
|
||||
|
||||
Reference in New Issue
Block a user