Skip to content

Commit

Permalink
Fix error (debug build): narrowing conversion of ‘(CBlend::ECurvature…
Browse files Browse the repository at this point in the history
…)4294967295’ from ‘unsigned int’ to ‘int’ inside { }
  • Loading branch information
q4a committed Sep 30, 2018
1 parent cba90d9 commit de39a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Include/xrRender/animation_blend.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CBlend
// eFixed,
eAccrue,
eFalloff,
eFORCEDWORD = u32(-1)
eFORCEDWORD = int(-1)
};

public:
Expand Down

0 comments on commit de39a67

Please sign in to comment.