star_mod_renderer
Advanced tools
Comparing version 1.0.81 to 1.0.82
@@ -12,6 +12,4 @@ import { FBXLoader } from "./FBXLoader"; | ||
} from "../../default"; | ||
import store from "@/store"; | ||
let limitWidth, limitHeight; | ||
export async function detectFile(key, file, detectRule, type) { | ||
const mapResolution = store.state.goodManage.mapResolution; | ||
export async function detectFile(key, file, detectRule, type, mapResolution) { | ||
limitWidth = 1024; | ||
@@ -18,0 +16,0 @@ limitHeight = 1024; |
{ | ||
"name": "star_mod_renderer", | ||
"version": "1.0.81", | ||
"version": "1.0.82", | ||
"description": "star mod project render auxiliary", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
407662
11079