diff options
Diffstat (limited to 'pacman-c++/sceneholder.cpp')
| -rw-r--r-- | pacman-c++/sceneholder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/sceneholder.cpp b/pacman-c++/sceneholder.cpp index 83025d5..310c929 100644 --- a/pacman-c++/sceneholder.cpp +++ b/pacman-c++/sceneholder.cpp | |||
| @@ -112,4 +112,4 @@ void SceneHolder::updateMap(const Transmission::map_t& map) | |||
| 112 | QPoint SceneHolder::mapPositionToCoord(unsigned int x, unsigned int y) | 112 | QPoint SceneHolder::mapPositionToCoord(unsigned int x, unsigned int y) |
| 113 | { | 113 | { |
| 114 | return QPoint(x * Constants::field_size.width, y * Constants::field_size.height); | 114 | return QPoint(x * Constants::field_size.width, y * Constants::field_size.height); |
| 115 | } \ No newline at end of file | 115 | } |
