Fixed image decoding.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace ehs
|
||||
{
|
||||
}
|
||||
|
||||
Glyph::Glyph(Serializer<>& ser)
|
||||
Glyph::Glyph(Serializer<ehs::UInt_64>& ser)
|
||||
: code(ser.Read<Char_32>()), pos(ser.ReadVec2<UInt_64>()), scale(ser.ReadVec2<UInt_64>()),
|
||||
uv(ser.ReadRect<float>()), bearing(ser.ReadVec2<Int_64>()), advance(ser.ReadVec2<UInt_64>())
|
||||
{
|
||||
|
Reference in New Issue
Block a user