Added diffuse and glow to column renderers to make diffuse and effects affect notes the way they would affect actors inside a frame.

This commit is contained in:
Kyzentun
2015-04-20 16:05:43 -06:00
parent 9790d613b5
commit 88f295d295
2 changed files with 24 additions and 3 deletions
+2
View File
@@ -165,6 +165,8 @@ struct NoteColumnRenderArgs
const NCSplineHandler* pos_handler;
const NCSplineHandler* rot_handler;
const NCSplineHandler* zoom_handler;
RageColor diffuse;
RageColor glow;
float song_beat;
int column;
};