mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
hud: add cast to silence MSVC warning
This commit is contained in:
parent
f06e60fde4
commit
61964a9ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ query_fps(struct hud_graph *gr)
|
|||
info->frames = 0;
|
||||
info->last_time = now;
|
||||
|
||||
hud_graph_add_value(gr, fps);
|
||||
hud_graph_add_value(gr, (uint64_t) fps);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue