diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-01-30 21:43:44 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-01-30 21:43:44 +0100 |
commit | 058313fff11605da8ee58f621a4fa8237feec705 (patch) | |
tree | 702a6df23efd7a3aae347ede99425765e169d8d1 /cObject.cpp | |
parent | c6a71273e34787e940f77622d4e64cc1cae57428 (diff) | |
download | termgl-058313fff11605da8ee58f621a4fa8237feec705.tar.gz |
Minor fixes
Diffstat (limited to 'cObject.cpp')
-rw-r--r-- | cObject.cpp | 1 |
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); } |