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