mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:07:41 +00:00
herp derp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user