mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
ConvertObj: Fix typo in comment
This commit is contained in:
parent
3e426b21ea
commit
b80f694ad1
@ -56,7 +56,7 @@ enum ReferenceFlags { // flags field of kReference
|
|||||||
|
|
||||||
kUnknownReferenceFlags = 0x6E // rather a lot, isn't it?
|
kUnknownReferenceFlags = 0x6E // rather a lot, isn't it?
|
||||||
// The following flags are known to exist from DumpOBJ,
|
// The following flags are known to exist from DumpOBJ,
|
||||||
// but their value is unkown as I haven't actually seen them yet:
|
// but their value is unknown as I haven't actually seen them yet:
|
||||||
// k32BitOffsets (default k16BitOffsets)
|
// k32BitOffsets (default k16BitOffsets)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user