mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Goddamn MSVC pow overload ambiguities
This commit is contained in:
parent
da4f51332f
commit
ef0ec31554
1 changed files with 1 additions and 1 deletions
|
@ -2465,7 +2465,7 @@ void the_game(
|
|||
initial_color.getInterpolated_quadratic(
|
||||
initial_color,
|
||||
final_color,
|
||||
pow(statustext_time / (float)statustext_time_max, 2.0));
|
||||
pow(statustext_time / (float)statustext_time_max, 2.0f));
|
||||
guitext_status->setOverrideColor(fade_color);
|
||||
guitext_status->enableOverrideColor(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue