mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Merge pull request #1804 from Azaezel/greatestZero
clang: unsigned>0 checks
This commit is contained in:
commit
269b195355
4 changed files with 5 additions and 5 deletions
|
|
@ -484,7 +484,7 @@ protected:
|
|||
/// @{
|
||||
|
||||
struct ActionAnimation {
|
||||
U32 action;
|
||||
S32 action;
|
||||
TSThread* thread;
|
||||
S32 delayTicks; // before picking another.
|
||||
bool forward;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue