Skip to content

Commit 7d9e135

Browse files
committed
chore: remove SDL_net
1 parent e05fafe commit 7d9e135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ui/panels/editor_panel_credits.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ void editor_panel_credits(struct nk_context *ctx){
7070
editor_open_in_system("https://www.libsdl.org/projects/SDL_ttf/");
7171
}
7272

73-
if(nk_button_label(ctx, "SDL_Net")){
74-
editor_open_in_system("https://www.libsdl.org/projects/SDL_net/");
75-
}
73+
// if(nk_button_label(ctx, "SDL_Net")){
74+
// editor_open_in_system("https://www.libsdl.org/projects/SDL_net/");
75+
// }
7676

7777
if(nk_button_label(ctx, "uthash")){
7878
editor_open_in_system("https://github.com/troydhanson/uthash");

0 commit comments

Comments
 (0)