We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05fafe commit 7d9e135Copy full SHA for 7d9e135
src/ui/panels/editor_panel_credits.c
@@ -70,9 +70,9 @@ void editor_panel_credits(struct nk_context *ctx){
70
editor_open_in_system("https://www.libsdl.org/projects/SDL_ttf/");
71
}
72
73
- if(nk_button_label(ctx, "SDL_Net")){
74
- editor_open_in_system("https://www.libsdl.org/projects/SDL_net/");
75
- }
+ // if(nk_button_label(ctx, "SDL_Net")){
+ // editor_open_in_system("https://www.libsdl.org/projects/SDL_net/");
+ // }
76
77
if(nk_button_label(ctx, "uthash")){
78
editor_open_in_system("https://github.com/troydhanson/uthash");
0 commit comments