Windows MSVC fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
#include <sstream>
|
||||
#include <istream>
|
||||
#include <fstream>
|
||||
|
||||
#include <filesystem>
|
||||
#include <mutex>
|
||||
|
||||
#include "Log.hpp"
|
||||
|
||||
Reference in New Issue
Block a user