Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
14b350a5e3ac5db0f2f49919bbdfd26d67b9a2e4
/
.
/
src
/
animation
/
blend_animation_1d.cpp
blob: 607f142385fd82cf90be57a79d30b84243650780 [
file
]
#include
"animation/blend_animation_1d.hpp"
using
namespace
rive
;
StatusCode
BlendAnimation1D
::
onAddedDirty
(
CoreContext
*
context
)
{
return
StatusCode
::
Ok
;
}
StatusCode
BlendAnimation1D
::
onAddedClean
(
CoreContext
*
context
)
{
return
StatusCode
::
Ok
;
}