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 42672ef commit 79db27eCopy full SHA for 79db27e
source/objects/NoteSplash.hx
@@ -61,7 +61,7 @@ class NoteSplash extends NoteObject
61
rgbShader = new PixelSplashShaderRef();
62
shader = rgbShader.shader;
63
64
- this.objtype = SPLASH;
+ this.objType = SPLASH;
65
66
loadSplash(splash);
67
}
0 commit comments