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