mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:36:38 +02:00
added -/% to menu text
This commit is contained in:
parent
d3fd5d1a75
commit
aa40fd96d4
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ void display_stats(void)
|
|||
char legend[] = "/ - toggle this display, Q - exit, H - show head, M - show hand, T - test audio";
|
||||
drawtext(10, 15, 0.10f, 0, 1.0, 0, legend);
|
||||
|
||||
char legend2[] = "* - toggle stars, & - toggle paint mode";
|
||||
char legend2[] = "* - toggle stars, & - toggle paint mode, '-' - send erase all, '%' - send add scene";
|
||||
drawtext(10, 32, 0.10f, 0, 1.0, 0, legend2);
|
||||
|
||||
glm::vec3 headPos = myHead.getPos();
|
||||
|
|
Loading…
Reference in a new issue