Skip to content

Commit

Permalink
fix(ci): linux private repo issues (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazel authored Apr 29, 2024
1 parent a88c8e9 commit 3a7efee
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Empty file modified .github/hooks/post-checkout
100644 → 100755
Empty file.
Empty file modified .github/hooks/post-merge
100644 → 100755
Empty file.
Empty file modified .github/hooks/pre-push
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
6 changes: 3 additions & 3 deletions hmm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -171,4 +171,4 @@
"url": "https://github.com/FunkinCrew/thx.semver"
}
]
}
}
6 changes: 3 additions & 3 deletions source/funkin/audio/visualize/ABotVis.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 3a7efee

Please sign in to comment.