File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.3.1
2+ - Fixed a bug with panning on PC
3+
14# 1.3.0
25- Added Mac support! Massive thanks to [ hiimjasmine00] ( https://github.com/hiimjasmine00 ) , she did all the work :))
36- Updated to Geode 4.4.0
Original file line number Diff line number Diff line change 88 },
99 "id" : " bobby_shmurner.zoom" ,
1010 "name" : " Zoooom!" ,
11- "version" : " 1.3.0 " ,
11+ "version" : " 1.3.1 " ,
1212 "developer" : " Bobby Shmurner" ,
1313 "description" : " Allows you to zoom while paused!" ,
1414 "links" : {
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ void WindowsZoomManager::update(float dt) {
114114
115115 if (isPanning) {
116116 CCPoint delta = WindowsZoomManager::get ()->deltaMousePos ;
117- move (screenToWorld (CCPoint { delta. x , -delta. y }) );
117+ move (delta);
118118 }
119119}
120120
You can’t perform that action at this time.
0 commit comments