1
0
Fork 0
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:
Lars Müller 2024-10-15 12:19:19 +02:00 committed by GitHub
parent 6d7a519740
commit c7938ce81c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 68 additions and 54 deletions

View file

@ -1,6 +1,7 @@
// Minetest
// SPDX-License-Identifier: LGPL-2.1-or-later
#include "EDriverTypes.h"
#include "content/subgames.h"
#include "filesys.h"