Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Aug 29, 2023
1 parent 4699c0c commit 23e62d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SwapData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace FormSwap
return detail::get_min_max(match[1].str());
}

return MinMax{ 0.0f, 0.0f };
return MinMax<float>{ 0.0f, 0.0f };
}

float Transform::get_random_value(const Input& a_input, float a_min, float a_max)
Expand Down

0 comments on commit 23e62d5

Please sign in to comment.