Merge branch 'develop' of github.com:nmfisher/polyvox_filament into develop

This commit is contained in:
Nick Fisher
2023-12-17 13:11:40 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ namespace polyvox {
size_t skinIndex = 0;
int lengthInFrames;
float frameLengthInMs = 0;
vector<const math::quatf> frameData;
vector<math::quatf> frameData;
};
struct SceneAsset {

View File

@@ -77,7 +77,7 @@
#include <sstream>
#include <istream>
#include <fstream>
#include <filesystem>
#include <mutex>
#include "Log.hpp"