mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
STARK: Fix a wrong comment
This commit is contained in:
@@ -153,7 +153,7 @@ Common::Point Image::getHotspotPosition(uint index) const {
|
||||
|
||||
Polygon polygon = _polygons[index];
|
||||
|
||||
// Return the top-right point as the hotspot
|
||||
// Return the top-middle point as the hotspot
|
||||
int right = polygon[0].x, top = polygon[0].y;
|
||||
|
||||
for (uint i = 1; i < polygon.size(); ++i) {
|
||||
|
||||
Reference in New Issue
Block a user