mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
...and increase HDATA_USER_SIZE so OglTex actually fits
This was SVN commit r14122.
This commit is contained in:
@@ -134,7 +134,7 @@ static inline Handle handle(size_t idx, u64 tag)
|
||||
//
|
||||
|
||||
// chosen so that all current resource structs are covered.
|
||||
static const size_t HDATA_USER_SIZE = 100;
|
||||
static const size_t HDATA_USER_SIZE = 104;
|
||||
|
||||
|
||||
struct HDATA
|
||||
|
||||
Reference in New Issue
Block a user