We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4550ea6 commit 2487a67Copy full SHA for 2487a67
Entities/MultiNodeMovingPlatform.cs
@@ -62,7 +62,7 @@ public override void Added(Scene scene) {
62
base.Added(scene);
63
64
// read the matching texture
65
- if (overrideTexture == "default") {
+ if (string.IsNullOrEmpty(overrideTexture)) {
66
overrideTexture = AreaData.Get(scene).WoodPlatform;
67
}
68
MTexture platformTexture = GFX.Game["objects/woodPlatform/" + overrideTexture];
0 commit comments