1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/raycastlib.git synced 2024-11-21 20:29:59 +01:00

Remove undef

This commit is contained in:
Miloslav Číž 2018-09-22 14:02:16 +02:00
parent b916ed62fb
commit 542104fc20

View file

@ -1189,8 +1189,6 @@ void _columnFunctionComplex(RCL_HitResult *hits, uint16_t hitCount, uint16_t x,
cZ1World = cZ2World; // for the next iteration
} // ^ puposfully allow outside screen bounds here
#undef drawVertical
}
}
}