Skip to content

Commit

Permalink
Temp fix for KSP_1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaus committed Apr 4, 2016
1 parent d20f08d commit 0cba1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BahaTurret/RadarUtils.cs
Expand Up @@ -82,7 +82,7 @@ public static float GetRadarSnapshot(Vessel v, Vector3 origin, float camFoV)
{
for(int y = 0; y < radarResolution; y++)
{
if(radarTex2D.GetPixel(x,y).r<1)
if(radarTex2D.GetPixel(x,y).g<1)
{
pixels++;
}
Expand Down

0 comments on commit 0cba1a5

Please sign in to comment.