reverse beacon radar side
This commit is contained in:
parent
f2034e0482
commit
767cbb5918
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var updateTerrain = func(r_scaled){
|
|||
var a = int(me.radar_beacon/2);
|
||||
var col = a;
|
||||
|
||||
if (side == "L") {
|
||||
if (side == "R") {
|
||||
col = -1 + (-1 * a);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue