mirror of https://github.com/AxioDL/metaforce.git
herp derp
This commit is contained in:
parent
d679ed1eb3
commit
0577dde1df
|
@ -63,7 +63,7 @@ public:
|
||||||
static s32 KernLookup(const std::vector<CKernPair>& kernTable, s32 kernStart, s32 chr)
|
static s32 KernLookup(const std::vector<CKernPair>& kernTable, s32 kernStart, s32 chr)
|
||||||
{
|
{
|
||||||
/* FIXME: I think this is mostly wrong */
|
/* FIXME: I think this is mostly wrong */
|
||||||
const auto iter = kernTable.cbegin() + kernStart;
|
auto iter = kernTable.cbegin() + kernStart;
|
||||||
for (;iter != kernTable.cend(); ++iter)
|
for (;iter != kernTable.cend(); ++iter)
|
||||||
{
|
{
|
||||||
const CKernPair& pair = *iter;
|
const CKernPair& pair = *iter;
|
||||||
|
|
Loading…
Reference in New Issue