mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Make the qpic_t struct consistent with the internal layout.
Now that the renderer ruamoko builtins use handles, there's no need to hide data, and it's safer anyway.
This commit is contained in:
parent
42b87ee80c
commit
6e10d847ef
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
struct _qpic_t {
|
||||
int width;
|
||||
int height;
|
||||
int handle;
|
||||
};
|
||||
typedef struct _qpic_t *qpic_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue