Skip to content

Commit

Permalink
Fix save order for sub mesh boundings
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Sep 8, 2024
1 parent 9b9a804 commit 592402b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Track Studio/Lib/BfresLibrary.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"BfresLibrary/1.6.0": {
"dependencies": {
"NETStandard.Library": "2.0.3",
"Newtonsoft.Json": "12.0.3",
"Newtonsoft.Json": "13.0.3",
"Syroot.BinaryData": "2.0.1.0",
"Syroot.Maths": "1.5.3.0",
"Syroot.NintenTools.NSW.Bntx": "1.2.3.0"
Expand All @@ -25,11 +25,11 @@
"Microsoft.NETCore.Platforms": "1.1.0"
}
},
"Newtonsoft.Json/12.0.3": {
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "12.0.0.0",
"fileVersion": "12.0.3.23909"
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
Expand Down Expand Up @@ -79,12 +79,12 @@
"path": "netstandard.library/2.0.3",
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
},
"Newtonsoft.Json/12.0.3": {
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
"path": "newtonsoft.json/12.0.3",
"hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"Syroot.BinaryData/2.0.1.0": {
"type": "reference",
Expand Down
Binary file modified Track Studio/Lib/BfresLibrary.dll
Binary file not shown.

0 comments on commit 592402b

Please sign in to comment.