2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 07:13:27 +00:00

herp derp

This commit is contained in:
Phillip Stephens 2016-03-11 14:59:54 -08:00
parent d679ed1eb3
commit 0577dde1df

View File

@ -63,7 +63,7 @@ public:
static s32 KernLookup(const std::vector<CKernPair>& kernTable, s32 kernStart, s32 chr)
{
/* FIXME: I think this is mostly wrong */
const auto iter = kernTable.cbegin() + kernStart;
auto iter = kernTable.cbegin() + kernStart;
for (;iter != kernTable.cend(); ++iter)
{
const CKernPair& pair = *iter;