2
0
mirror of https://github.com/dpethes/rerogue.git synced 2025-06-07 18:58:32 +02:00

hob parser: fix texture coord range

This commit is contained in:
dpethes 2014-10-24 22:33:58 +02:00
parent f11fcaff4e
commit 4670ca2807

View File

@ -12,7 +12,7 @@ type
end;
TTexCoord = record
u, v: integer;
u, v: smallint;
end;
THobFace = record