Explorar o código

reworked output

Alexander Hendrich %!s(int64=11) %!d(string=hai) anos
pai
achega
832b7ad7af
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      bbiwarg/Graphics/OutputWindow.cs

+ 2 - 1
bbiwarg/Graphics/OutputWindow.cs

@@ -126,7 +126,8 @@ namespace bbiwarg.Graphics
                     //edgeTexture
                     red = green = blue = 0;
                     if (videoHandle.isEdgeAt(x, y)) blue = Int16.MaxValue;
-                    if (videoHandle.isFingerPointAt(x, y)) red = green = Int16.MaxValue;
+                    else if (videoHandle.isFingerPointAt(x, y)) green = Int16.MaxValue;
+                    else if (videoHandle.isPossibleFingerPointAt(x, y)) red = Int16.MaxValue;
 
                     edgeTextureData[index] = red;
                     edgeTextureData[index + 1] = green;