mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
pstats: Use proper microsecond symbol on GTK
This commit is contained in:
parent
bb530435e8
commit
7c85b54ba4
@ -206,7 +206,7 @@ format_number(double value, int guide_bar_units, const string &unit_name) {
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
label += " \xb5s";
|
label += " \xb5s";
|
||||||
#else
|
#else
|
||||||
label += " us";
|
label += " \xc2\xb5s";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else if ((guide_bar_units & GBU_show_units) == 0 || value < 1.0) {
|
else if ((guide_bar_units & GBU_show_units) == 0 || value < 1.0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user