Allow for effects on the Z axis.
This commit is contained in:
@@ -235,3 +235,8 @@ float ArrowGetBrightness( PlayerNumber pn, float fNoteBeat )
|
||||
return fBrightness;
|
||||
}
|
||||
|
||||
|
||||
float ArrowGetZPos( PlayerNumber pn, int iCol, float fYPos )
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user