Skip to content

Commit

Permalink
wip pass cleanup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Feb 4, 2024
1 parent c8e6959 commit edaf12a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sapp/clear-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sg_pass_action pass_action;

void init(void) {
sg_setup(&(sg_desc){
.context = sapp_sgcontext(),
.environment = sapp_sgenvironment(),
.logger.func = slog_func,
});
pass_action = (sg_pass_action) {
Expand Down
2 changes: 1 addition & 1 deletion sapp/offscreen-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static struct {

static void init(void) {
sg_setup(&(sg_desc){
.context = sapp_sgcontext(),
.environment = sapp_sgenvironment(),
.logger.func = slog_func,
});
__dbgui_setup(sapp_sample_count());
Expand Down
2 changes: 1 addition & 1 deletion sapp/triangle-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static struct {

static void init(void) {
sg_setup(&(sg_desc){
.context = sapp_sgcontext(),
.environment = sapp_sgenvironment(),
.logger.func = slog_func,
});
__dbgui_setup(sapp_sample_count());
Expand Down

0 comments on commit edaf12a

Please sign in to comment.