blob: 338dcca42eb60309b1233c469f91288e1709ae8f [file] [log] [blame]
#include "rive/animation/blend_animation_1d.hpp"
using namespace rive;
StatusCode BlendAnimation1D::onAddedDirty(CoreContext* context) {
return StatusCode::Ok;
}
StatusCode BlendAnimation1D::onAddedClean(CoreContext* context) {
return StatusCode::Ok;
}