mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
clang: unsigned>0 checks
This commit is contained in:
parent
aa614f60f8
commit
0e896a9a02
2 changed files with 3 additions and 3 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