From 23975003bca6f2d3865530fb0d32ac124db60bcc Mon Sep 17 00:00:00 2001 From: "Stian H. Johannesen" Date: Fri, 25 Jul 2025 16:27:27 +0200 Subject: remove references to sg_begin_default_pass --- util/sokol_spine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/sokol_spine.h b/util/sokol_spine.h index 1529774a..da488178 100644 --- a/util/sokol_spine.h +++ b/util/sokol_spine.h @@ -383,7 +383,7 @@ const sspine_layer_transform tform = { ... }; - sg_begin_default_pass(...); + sg_begin_pass(...); sspine_draw_layer(0, tform); sg_end_pass(); sg_commit(); -- cgit v1.2.3