| 1000 | } |
| 1001 | |
| 1002 | void DecalRoad::scheduleUpdate( U32 updateMask ) |
| 1003 | { |
| 1004 | scheduleUpdate( updateMask, smUpdateDelay, true ); |
| 1005 | } |
| 1006 | |
| 1007 | void DecalRoad::scheduleUpdate( U32 updateMask, U32 delayMs, bool restartTimer ) |
| 1008 | { |
nothing calls this directly
no test coverage detected