X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap.cpp;h=b49ecaa5499d852727c8b85a1a391cdf82d4d809;hb=810053f3d4fbacb77f22bb4c2c60f5615ad5ec36;hp=58dc1528855b22aa91453d0958dfc1594a20fead;hpb=495f8b77cb935fe8eff81bec755efca8e34e8a99;p=supertux.git diff --git a/src/worldmap.cpp b/src/worldmap.cpp index 58dc15288..b49ecaa54 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -1063,7 +1063,7 @@ WorldMap::display() if (offset.y < screen->h - height*32) offset.y = screen->h - height*32; context.push_transform(); - context.set_translation(offset); + context.set_translation(-offset); draw(context); context.pop_transform(); get_input();