Skip to content
Snippets Groups Projects
Commit 83189358 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Remove GLMipmap_t.nextmipmap

parent 5501d495
Branches
No related tags found
No related merge requests found
...@@ -64,8 +64,6 @@ struct GLMipmap_s ...@@ -64,8 +64,6 @@ struct GLMipmap_s
struct GLMipmap_s *nextcolormap; struct GLMipmap_s *nextcolormap;
struct GLColormap_s *colormap; struct GLColormap_s *colormap;
struct GLMipmap_s *nextmipmap; // Linked list of all textures
}; };
typedef struct GLMipmap_s GLMipmap_t; typedef struct GLMipmap_s GLMipmap_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment