1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Update NoteKindManager.hx

This commit is contained in:
lemz 2024-05-31 17:24:51 +02:00 committed by EliteMasterEric
parent 134b467876
commit 606d9d4af4

View file

@ -13,7 +13,7 @@ class NoteKindManager
var scriptedClassName:Array<String> = ScriptedNoteKind.listScriptClasses(); var scriptedClassName:Array<String> = ScriptedNoteKind.listScriptClasses();
if (scriptedClassName.length > 0) if (scriptedClassName.length > 0)
{ {
trace('Instantiating ${scriptedClassName.length} scripted note kind...'); trace('Instantiating ${scriptedClassName.length} scripted note kind(s)...');
for (scriptedClass in scriptedClassName) for (scriptedClass in scriptedClassName)
{ {
try try