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:
parent
f11fcaff4e
commit
4670ca2807
@ -12,7 +12,7 @@ type
|
||||
end;
|
||||
|
||||
TTexCoord = record
|
||||
u, v: integer;
|
||||
u, v: smallint;
|
||||
end;
|
||||
|
||||
THobFace = record
|
||||
|
Loading…
x
Reference in New Issue
Block a user