bugfix
This commit is contained in:
7
PBMap.pb
7
PBMap.pb
@@ -944,6 +944,7 @@ Module PBMap
|
|||||||
Wend
|
Wend
|
||||||
PopMapPosition(PBMap\MemCache\Images())
|
PopMapPosition(PBMap\MemCache\Images())
|
||||||
AddElement(PBMap\MemCache\ImagesTimeStack())
|
AddElement(PBMap\MemCache\ImagesTimeStack())
|
||||||
|
MoveElement(PBMap\MemCache\ImagesTimeStack(), #PB_List_Last)
|
||||||
PBMap\MemCache\ImagesTimeStack()\MapKey = MapKey(PBMap\MemCache\Images())
|
PBMap\MemCache\ImagesTimeStack()\MapKey = MapKey(PBMap\MemCache\Images())
|
||||||
;***
|
;***
|
||||||
MyDebug("Key : " + key + " added in memory cache!", 3)
|
MyDebug("Key : " + key + " added in memory cache!", 3)
|
||||||
@@ -1028,7 +1029,7 @@ Module PBMap
|
|||||||
If *timg\nImage <> -1
|
If *timg\nImage <> -1
|
||||||
MovePathCursor(px, py)
|
MovePathCursor(px, py)
|
||||||
DrawVectorImage(ImageID(*timg\nImage), *timg\Alpha)
|
DrawVectorImage(ImageID(*timg\nImage), *timg\Alpha)
|
||||||
If *timg\Alpha < 224
|
If *timg\Alpha < 224
|
||||||
*timg\Alpha = (*timg\Alpha + 32) & $FF
|
*timg\Alpha = (*timg\Alpha + 32) & $FF
|
||||||
PBMap\Redraw = #True
|
PBMap\Redraw = #True
|
||||||
Else
|
Else
|
||||||
@@ -2334,8 +2335,8 @@ CompilerEndIf
|
|||||||
|
|
||||||
|
|
||||||
; IDE Options = PureBasic 5.42 LTS (Windows - x64)
|
; IDE Options = PureBasic 5.42 LTS (Windows - x64)
|
||||||
; CursorPosition = 2205
|
; CursorPosition = 1015
|
||||||
; FirstLine = 2191
|
; FirstLine = 1007
|
||||||
; Folding = ----------------
|
; Folding = ----------------
|
||||||
; EnableUnicode
|
; EnableUnicode
|
||||||
; EnableThread
|
; EnableThread
|
||||||
|
Reference in New Issue
Block a user