summaryrefslogtreecommitdiff
path: root/src/resource.cpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-05-08 08:23:06 -0500
committertom <tom@ground-control>2015-05-08 08:23:06 -0500
commit8c5121486a0e5d94ae5e5ee67370a31530cf8b6f (patch)
treef1e82b3dbd17485613e1100290f263426751db03 /src/resource.cpp
parent04069434be15c06666a7493b1b6329a78c00d1d1 (diff)
fixed some comments and cleaned around
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;