sd: call SetCircularAxesAll directly (#2078)

This commit is contained in:
Wagner Bruna
2026-03-28 14:17:48 -03:00
committed by GitHub
parent 8760d22a84
commit 9223f41320
3 changed files with 2 additions and 9 deletions
+1 -6
View File
@@ -4655,9 +4655,4 @@ SD_API sd_image_t* generate_video(sd_ctx_t* sd_ctx, const sd_vid_gen_params_t* s
return result_images;
}
//added for kcpp
void SetCircularAxesAll(sd_ctx_t* sd_ctx, bool circular_x, bool circular_y)
{
sd_ctx->sd->SetCircularAxesAll(circular_x, circular_y);
}
//end added for kcpp