mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-03 09:30:19 +00:00
Merge pull request #203 from ryandesign/patch-1
ConvertObj: Fix typo in comment
This commit is contained in:
commit
5f88250601
@ -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