Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
ea25a4e5e292e896a8c86ffd2f13813dfe2fffa7
/
.
/
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
;
}