summaryrefslogtreecommitdiff
path: root/cObject.cpp
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-01-30 21:43:44 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-01-30 21:43:44 +0100
commit058313fff11605da8ee58f621a4fa8237feec705 (patch)
tree702a6df23efd7a3aae347ede99425765e169d8d1 /cObject.cpp
parentc6a71273e34787e940f77622d4e64cc1cae57428 (diff)
downloadtermgl-058313fff11605da8ee58f621a4fa8237feec705.tar.gz
Minor fixes
Diffstat (limited to 'cObject.cpp')
-rw-r--r--cObject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cObject.cpp b/cObject.cpp
index 118fe6f..8f9f6fa 100644
--- a/cObject.cpp
+++ b/cObject.cpp
@@ -4,6 +4,7 @@ cObject::cObject(int _sx, int _sy)
{
bSizeSet = false;
+ pos = {0,0};
setSize(_sx, _sy);
}