mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 17:05:05 -05:00
Goddamn MSVC pow overload ambiguities
This commit is contained in:
parent
da4f51332f
commit
ef0ec31554
@ -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…
Reference in New Issue
Block a user