From a78bfca62641eb95e433aa1cc49c5bc77e4fc3dc Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Mon, 3 Sep 2018 15:27:38 +0300 Subject: [ugc][core] Ugc without ratings is allowed, incorrect rating is changed to 0.0f --- defines.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defines.hpp') diff --git a/defines.hpp b/defines.hpp index ae229c8dc2..d05d8e21e8 100644 --- a/defines.hpp +++ b/defines.hpp @@ -110,4 +110,4 @@ #define BOOKING_EXCLUDED_FILE "booking_excluded.txt" -auto constexpr kInvalidRatingValue = -1.0f; +auto constexpr kInvalidRatingValue = 0.0f; -- cgit v1.2.3