Fix object type

This commit is contained in:
Alex Harker
2019-11-27 13:59:35 +00:00
parent 63702ca2c8
commit f058efa01b
+1 -1
View File
@@ -177,7 +177,7 @@ static SC_FrameLib_Global sGlobal;
struct FrameLib_Param_UGen : public Unit
{
FrameLibSC_FrameLib_Global* mGlobal;
SC_FrameLib_Global* mGlobal;
char *mTag;
char *mSymbol;
float *mVector;