mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Removed remaining -delta references
This commit is contained in:
parent
a653cf4944
commit
1de45cc8a7
4 changed files with 4 additions and 4 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-delta %s ("
|
||||
snprintf(temptext, 300, "Minetest-c55 %s ("
|
||||
"R: range_all=%i"
|
||||
")"
|
||||
" drawtime=%.0f, beginscenetime=%.0f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue