From 3ec1e536bd0ced5abcf82e84d1eee42960912b37 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 8 Dec 2018 22:51:48 +0800 Subject: Add single render objects. --- src/math_util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math_util.hpp') diff --git a/src/math_util.hpp b/src/math_util.hpp index b9830d6b..8f0741b8 100644 --- a/src/math_util.hpp +++ b/src/math_util.hpp @@ -9,7 +9,7 @@ namespace cru { - template >> + template >> float Coerce(const T n, const std::optional min, const std::optional max) { if (min.has_value() && n < min.value()) -- cgit v1.2.3