fix(ci): linux private repo issues (#524)

This commit is contained in:
Hazel 2024-04-29 20:04:01 +01:00 committed by GitHub
parent a88c8e9812
commit 3a7efeeca3
6 changed files with 7 additions and 7 deletions

0
.github/hooks/post-checkout vendored Normal file → Executable file
View File

0
.github/hooks/post-merge vendored Normal file → Executable file
View File

0
.github/hooks/pre-push vendored Normal file → Executable file
View File

View File

@ -124,7 +124,7 @@
<haxelib name="polymod" /> <!-- Modding framework -->
<haxelib name="flxanimate" /> <!-- Texture atlas rendering -->
<haxelib name="hxCodec" if="desktop" unless="hl" /> <!-- Video playback -->
<haxelib name="funkVis"/>
<haxelib name="funkin.vis"/>
<haxelib name="json2object" /> <!-- JSON parsing -->

View File

@ -46,10 +46,10 @@
"version": "3.5.0"
},
{
"name": "funkVis",
"name": "funkin.vis",
"type": "git",
"dir": null,
"ref": "7fc9901553fbe9b8fcf6e2e84bc86eabeaf29701",
"ref": "98c9db09f0bbfedfe67a84538a5814aaef80bdea",
"url": "https://github.com/FunkinCrew/funkVis"
},
{
@ -171,4 +171,4 @@
"url": "https://github.com/FunkinCrew/thx.semver"
}
]
}
}

View File

@ -8,8 +8,8 @@ import flixel.group.FlxSpriteGroup.FlxTypedSpriteGroup;
import flixel.math.FlxMath;
import flixel.sound.FlxSound;
import funkin.util.MathUtil;
import funkVis.dsp.SpectralAnalyzer;
import funkVis.audioclip.frontends.LimeAudioClip;
import funkin.vis.dsp.SpectralAnalyzer;
import funkin.vis.audioclip.frontends.LimeAudioClip;
using Lambda;
@ -90,7 +90,7 @@ class ABotVis extends FlxTypedSpriteGroup<FlxSprite>
}
/**
* TJW funkVis based visualizer! updateFFT() is the old nasty shit that dont worky!
* TJW funkin.vis based visualizer! updateFFT() is the old nasty shit that dont worky!
*/
function drawFFT():Void
{