Font fixed, clearing issue #19 #23

This commit is contained in:
minjaesong
2019-02-07 17:31:55 +09:00
parent 091c8cef48
commit 833f1a83e6
3 changed files with 3 additions and 3 deletions

View File

@@ -569,7 +569,7 @@ object LightmapRenderer {
private val inNoopMaskp = Point2i(0,0)
private fun inNoopMask(x: Int, y: Int): Boolean {
// TODO: digitise your note of the idea of No-op Mask (date unknown)
// TODO: digitise your note of the idea of No-op Mask (date unknown, prob before 2017-03-17)
if (x in for_x_start..for_x_end) {
// if it's in the top flange
inNoopMaskp.set(x, for_y_start)