summaryrefslogtreecommitdiff
path: root/src/port/resource/importers/Vec3fFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/resource/importers/Vec3fFactory.cpp')
-rw-r--r--src/port/resource/importers/Vec3fFactory.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/port/resource/importers/Vec3fFactory.cpp b/src/port/resource/importers/Vec3fFactory.cpp
index 6781c5b7..4076860e 100644
--- a/src/port/resource/importers/Vec3fFactory.cpp
+++ b/src/port/resource/importers/Vec3fFactory.cpp
@@ -3,8 +3,9 @@
#include "spdlog/spdlog.h"
namespace SF64 {
-std::shared_ptr<Ship::IResource> ResourceFactoryBinaryVec3fV0::ReadResource(std::shared_ptr<Ship::File> file) {
- if (!FileHasValidFormatAndReader(file)) {
+std::shared_ptr<Ship::IResource> ResourceFactoryBinaryVec3fV0::ReadResource(std::shared_ptr<Ship::File> file,
+ std::shared_ptr<Ship::ResourceInitData> initData) {
+ if (!FileHasValidFormatAndReader(file, initData)) {
return nullptr;
}