1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Document keymap_toggle_block_bounds, remove unimplemented BLOCK_BOUNDS_MAX (#14722)

This commit is contained in:
grorp 2024-06-02 21:05:35 +02:00 committed by GitHub
parent 833bb542fc
commit 508b5ccc63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 5 deletions

View file

@ -40,7 +40,6 @@ public:
BLOCK_BOUNDS_OFF,
BLOCK_BOUNDS_CURRENT,
BLOCK_BOUNDS_NEAR,
BLOCK_BOUNDS_MAX
} m_block_bounds_mode = BLOCK_BOUNDS_OFF;
video::SColor crosshair_argb;