| 93 | } |
| 94 | |
| 95 | void reticle_setScale(f32 scale) |
| 96 | { |
| 97 | if (!s_reticleLoaded) { return; } |
| 98 | s_scale = scale; |
| 99 | TFE_PostProcess::modifyOverlay(s_reticleId, s_color, 0.5f, 0.5f, s_scale); |
| 100 | } |
| 101 | |
| 102 | bool reticle_enabled() |
| 103 | { |
no test coverage detected