moved gizmo discovery to distinct function outside of renderfunctions

This commit is contained in:
itsmattkc
2019-03-02 10:30:50 -08:00
parent f19eded768
commit 2e400c7c55
7 changed files with 60 additions and 27 deletions
+2 -3
View File
@@ -79,10 +79,9 @@ struct ComposeSequenceParams {
/**
* @brief Set to the Effect whose gizmos were chosen to be drawn on screen
*
* A pointer to a pointer that will be set to the Effect whose gizmos are being rendered and should therefore
* be interacted with if the user uses them.
* The currently active Effect that compose_sequence() will update the gizmos of.
*/
EffectPtr* gizmos;
Effect* gizmos;
/**
* @brief A variable that compose_sequence() will set to **TRUE** if any of the clips couldn't be shown.