Remove last unsigned int reference to id type.

This commit is contained in:
Brendan Dougherty 2023-07-11 14:43:17 -05:00
parent 3df28c850a
commit b5cba1eebc

View File

@ -3,4 +3,4 @@
#include "decomp.h"
// Can't use DECOMP_SIZE_ASSERT due to STL type size changes.
//DECOMP_SIZE_ASSERT(MxList<unsigned int>, 0xc);
//DECOMP_SIZE_ASSERT(MxList<MxU32>, 0xc);