We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95e33a commit e3950a5Copy full SHA for e3950a5
1 file changed
src/extra-animations/vortex.hpp
@@ -175,7 +175,7 @@ class vortex_transformer : public wf::scene::view_2d_transformer_t
175
0.0f, 1.0f,
176
};
177
178
- static const float vertex_data_pos[] = {
+ const float vertex_data_pos[] = {
179
(float)src_box.x,
180
(float)src_box.y + (float)src_box.height,
181
(float)src_box.x + (float)src_box.width,
@@ -218,11 +218,6 @@ class vortex_transformer : public wf::scene::view_2d_transformer_t
218
});
219
}
220
221
- wf::geometry_t get_bounding_box() override
222
- {
223
- return this->animation_geometry;
224
- }
225
-
226
wf::effect_hook_t pre_hook = [=] ()
227
{
228
output->render->damage(animation_geometry);
0 commit comments