Skip to content

Commit a56c13e

Browse files
committed
feat: update jail2 icon
"jail2" was previously being rendered as a plane icon
1 parent 167d0d3 commit a56c13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/markers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ var MarkerTypes = {
487487
jail2: {
488488
icon: "blips_texturesheet.png",
489489
size: new google.maps.Size( customImageWidth, customImageHeight ),
490-
origin: new google.maps.Point( customImageWidth * 11, customImageHeight * 6 ),
490+
origin: new google.maps.Point( customImageWidth * 10, customImageHeight * 6 ),
491491
anchor: new google.maps.Point( customImageWidth/2, customImageHeight ),
492492
scaledSize: new google.maps.Size( 1024/2,1024/2 )
493493
},

0 commit comments

Comments
 (0)