| 562 | } |
| 563 | |
| 564 | void shiftTextureUp() { |
| 565 | shiftTexture(Vector2(0.0f, registry::getValue<float>("user/ui/textures/surfaceInspector/vShiftStep"))); |
| 566 | } |
| 567 | |
| 568 | void shiftTextureDown() { |
| 569 | shiftTexture(Vector2(0.0f, -registry::getValue<float>("user/ui/textures/surfaceInspector/vShiftStep"))); |
no test coverage detected