Browse Source

Update JW-modules (#742)

tags/24.12
rl2939 GitHub 5 months ago
parent
commit
d446bfd216
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      plugins/JW-Modules
  2. +2
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/JW-Modules

@@ -1 +1 @@
Subproject commit 356588ddb142dab99837af58681bc0d8afb88e4c
Subproject commit 9d8f8515deb20d7e14ca85b4c1d04ec6b66b3e8d

+ 2
- 0
plugins/plugins.cpp View File

@@ -2498,6 +2498,7 @@ static void initStatic__JW()
{
#define modelQuantizer modelJWQuantizer
p->addModel(modelAdd5);
p->addModel(modelAbcdSeq);
p->addModel(modelBouncyBalls);
p->addModel(modelCat);
p->addModel(modelTree);
@@ -2525,6 +2526,7 @@ static void initStatic__JW()
p->addModel(modelBlankPanelLarge);
p->addModel(modelCoolBreeze);
p->addModel(modelPete);
p->addModel(modelTimer);
#ifndef STATIC_BUILD
p->addModel(modelStr1ker);
#else


Loading…
Cancel
Save