Update bbmodel format version to reflect per texture UV

This commit is contained in:
JannisX11 2023-12-03 21:10:59 +01:00
parent c73ebd7ebf
commit e354751f59

View File

@ -1,6 +1,6 @@
(function() {
let FORMATV = '4.5';
let FORMATV = '4.9';
function processHeader(model) {
if (!model.meta) {