From 35d48d2fe82e4b747174157abd3e49a9567bddf3 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 9 Nov 2013 18:49:35 +0000 Subject: [PATCH] ...and increase HDATA_USER_SIZE so OglTex actually fits This was SVN commit r14122. --- source/lib/res/h_mgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/res/h_mgr.cpp b/source/lib/res/h_mgr.cpp index 879e777dd3..ffae058471 100644 --- a/source/lib/res/h_mgr.cpp +++ b/source/lib/res/h_mgr.cpp @@ -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