Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Fix comparision nodes default values type to be float
Browse files Browse the repository at this point in the history
  • Loading branch information
mafiesto4 committed Dec 3, 2018
1 parent 965fb8b commit 6eb7fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FlaxEditor/Surface/Archetypes/Comparisons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
{
Expand Down

0 comments on commit 6eb7fa6

Please sign in to comment.