Skip to content
Snippets Groups Projects
Commit ef0ec315 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Goddamn MSVC pow overload ambiguities

parent da4f5133
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment