mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Improve glTF logging (#15274)
Also removes all animations but the first one from gltf_frog.gltf to address the corresponding warning. Catches some more possible exceptions (out of bounds, optional access) which might be caused by a broken model to properly log them.
This commit is contained in:
parent
6d7a519740
commit
c7938ce81c
4 changed files with 68 additions and 54 deletions
|
@ -1,6 +1,7 @@
|
|||
// Minetest
|
||||
// SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
#include "EDriverTypes.h"
|
||||
#include "content/subgames.h"
|
||||
#include "filesys.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue