Fixed font atlas, feature completed garbage collection, and fix math.
This commit is contained in:
@@ -62,7 +62,9 @@ namespace ehs
|
||||
|
||||
#if defined(EHS_64_BIT)
|
||||
typedef UInt_64 Size;
|
||||
typedef SInt_64 SSize;
|
||||
#elif defined(EHS_32_BIT)
|
||||
typedef UInt_32 Size;
|
||||
typedef SInt_32 SSize;
|
||||
#endif
|
||||
}
|
Reference in New Issue
Block a user