From 6eb7fa690230e8c9c7b97a66c70ab9f0e48a629e Mon Sep 17 00:00:00 2001 From: mafiesto4 Date: Mon, 3 Dec 2018 16:13:44 +0100 Subject: [PATCH] Fix comparision nodes default values type to be float --- FlaxEditor/Surface/Archetypes/Comparisons.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlaxEditor/Surface/Archetypes/Comparisons.cs b/FlaxEditor/Surface/Archetypes/Comparisons.cs index ba6308ee..c7fc6d4d 100644 --- a/FlaxEditor/Surface/Archetypes/Comparisons.cs +++ b/FlaxEditor/Surface/Archetypes/Comparisons.cs @@ -26,8 +26,8 @@ private static NodeArchetype Op(ushort id, string title, string desc, Connection }, DefaultValues = new object[] { - 0, - 0, + 0.0f, + 0.0f, }, Elements = new[] {