Fixed font atlas, feature completed garbage collection, and fix math.
This commit is contained in:
@@ -43,6 +43,7 @@ namespace ehs
|
||||
atlas = new Byte[resolution.x * resolution.y];
|
||||
size = 0;
|
||||
fData.ReadArray(atlas, &size);
|
||||
fData.ReadArray(atlas, &size);
|
||||
}
|
||||
|
||||
FontAtlas::FontAtlas(FontAtlas&& fa) noexcept
|
||||
|
||||
Reference in New Issue
Block a user