summaryrefslogtreecommitdiff
path: root/src/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resource.cpp')
-rw-r--r--src/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.cpp b/src/resource.cpp
index c4a9341..5044760 100644
--- a/src/resource.cpp
+++ b/src/resource.cpp
@@ -12,7 +12,7 @@ Resource::Resource(Window m, std::string s) //Constructor
xPosition = xStart;
}
-Location Resource::getLocation() //Returns resource location vector
+Location Resource::getLocation() //Returns resource object
{
Location L(xPosition,yPosition,2);
return L;