mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Add lighting test and benchmark (#12802)
This commit is contained in:
parent
8dec3a5ecb
commit
f916398a54
10 changed files with 292 additions and 63 deletions
|
@ -161,7 +161,7 @@ public:
|
|||
bool isValidPosition(v3s16 p);
|
||||
|
||||
// throws InvalidPositionException if not found
|
||||
void setNode(v3s16 p, MapNode & n);
|
||||
void setNode(v3s16 p, MapNode n);
|
||||
|
||||
// Returns a CONTENT_IGNORE node if not found
|
||||
// If is_valid_position is not NULL then this will be set to true if the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue