blob: 92e28de55506a41aa789f3ccd2f23e2b752aa57f [file] [log] [blame]
#include "rive/animation/system_state_instance.hpp"
using namespace rive;
SystemStateInstance::SystemStateInstance(const LayerState* layerState, ArtboardInstance* instance) :
StateInstance(layerState)
{}
void SystemStateInstance::advance(float seconds, StateMachineInstance* stateMachineInstance) {}
void SystemStateInstance::apply(float mix) {}
bool SystemStateInstance::keepGoing() const { return false; }