Guest User

Untitled

a guest
Jul 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (p.animReq) {
  2. // maskData |= 0x1;
  3. }
  4. if (p.animReq) {
  5. // appendAnimation(p, str);
  6. }
  7.  
  8. public void requestAnim(int id, int delay) {
  9. animId = id;
  10. animDelay = delay;
  11. animReq = true;
  12. updateNeeded = true;
  13. }
Add Comment
Please, Sign In to add comment