blob: 50906a59417a4086de8ae5586601ab4dc712d8d6 [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, SMIInput** inputs) {}
void SystemStateInstance::apply(float mix) {}
bool SystemStateInstance::keepGoing() const { return false; }