Torque3D/Engine
Phillip Khandeliants 172391e1d3 Fixed V610: Undefined behavior
In an arithmetic expression, all the variables whose values can be represented with type 'int' will be promoted to this type. Therefore, the result of the '~mask' expression is a negative number. By the C++ standard, shifting a negative number to the left leads to an undefined behavior.
2017-04-27 12:13:05 +03:00
..
bin style.css changes for Project Manager modules 2013-05-01 17:08:43 -04:00
lib squish update (primarily to add additional formats for later usage) 2017-03-30 20:44:35 -05:00
source Fixed V610: Undefined behavior 2017-04-27 12:13:05 +03:00