We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fdb3a commit 237feccCopy full SHA for 237fecc
1 file changed
Encore/src/gameplay/LyricRenderer.cpp
@@ -4,6 +4,7 @@
4
5
#include "LyricRenderer.h"
6
7
+#include "raymath.h"
8
9
inline unsigned char remapAlpha(unsigned char value, unsigned char max) {
10
const auto percent = static_cast<float>(value) / (255.0f);
0 commit comments