mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Refactoring of MapView
This commit is contained in:
@@ -16,7 +16,7 @@ VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
Point::Point(const int3 & a)
|
||||
: x(a.x)
|
||||
, y(a.x)
|
||||
, y(a.y)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user