Skip to content

Commit

Permalink
Update waifu-tips.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinIves authored Jul 31, 2020
1 parent 6170c48 commit 964f0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waifu-tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function loadWidget(config) {
if (modelId === null) {
// 首次访问加载 指定模型 的 指定材质
modelId = 1; // 模型 ID
modelTexturesId = 47; // 材质 ID
modelTexturesId = 53; // 材质 ID
}
loadModel(modelId, modelTexturesId);
fetch(waifuPath)
Expand Down

0 comments on commit 964f0d7

Please sign in to comment.