| 881 | } |
| 882 | |
| 883 | void WindowFollowSprite(WindowBase& w, EntityId spriteIndex) |
| 884 | { |
| 885 | if (spriteIndex.ToUnderlying() < kMaxEntities || spriteIndex.IsNull()) |
| 886 | { |
| 887 | w.viewportSmartFollowSprite = spriteIndex; |
| 888 | } |
| 889 | } |
| 890 | |
| 891 | void WindowUnfollowSprite(WindowBase& w) |
| 892 | { |
no test coverage detected