Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvorxx committed Apr 28, 2024
1 parent b929192 commit 6a81697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallium/drivers/zink/zink_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3309,7 +3309,7 @@ zink_internal_create_screen(const struct pipe_screen_config *config, int64_t dev
return NULL;
}

screen->implicitly_loaded = config->implicit_driver_load;
//screen->implicitly_loaded = config->implicit_driver_load;
screen->drm_fd = -1;

glsl_type_singleton_init_or_ref();
Expand Down

0 comments on commit 6a81697

Please sign in to comment.