mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-29 09:46:07 +00:00
Remove GLMipmap_t.nextmipmap
This commit is contained in:
parent
7e28b7d3e9
commit
0d04b14bb3
1 changed files with 0 additions and 2 deletions
|
|
@ -64,8 +64,6 @@ struct GLMipmap_s
|
|||
|
||||
struct GLMipmap_s *nextcolormap;
|
||||
struct GLColormap_s *colormap;
|
||||
|
||||
struct GLMipmap_s *nextmipmap; // Linked list of all textures
|
||||
};
|
||||
typedef struct GLMipmap_s GLMipmap_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue