Commit 4ef597e17003402c0ceebcb5a0c185f08c97aac1

Daeren 2019-12-11T13:44:05

Fix unary minus operator applied to unsigned int Applying unary minus operator to unsigned int causes the following error on MSVS: error C4146 This patch fixes the error.