mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Properly keep noclip state in Game and ClientMap
This commit is contained in:
parent
5f3af7d18b
commit
575caa8015
3 changed files with 23 additions and 17 deletions
|
@ -27,10 +27,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
struct MapDrawControl
|
||||
{
|
||||
// Overrides limits by drawing everything
|
||||
bool range_all = false;
|
||||
// Wanted drawing range
|
||||
float wanted_range = 0.0f;
|
||||
// Overrides limits by drawing everything
|
||||
bool range_all = false;
|
||||
// Allow rendering out of bounds
|
||||
bool allow_noclip = false;
|
||||
// show a wire frame for debugging
|
||||
bool show_wireframe = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue