mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
* changed GUI to indicate Minetest Δ
This commit is contained in:
parent
1f243e54b4
commit
13b2bad54b
2 changed files with 3 additions and 3 deletions
|
@ -2021,7 +2021,7 @@ void the_game(
|
|||
endscenetime_avg = endscenetime_avg * 0.95 + (float)endscenetime*0.05;
|
||||
|
||||
char temptext[300];
|
||||
snprintf(temptext, 300, "Minetest-c55 %s ("
|
||||
snprintf(temptext, 300, "Minetest-delta %s ("
|
||||
"R: range_all=%i"
|
||||
")"
|
||||
" drawtime=%.0f, beginscenetime=%.0f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue