diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-03-20 12:32:04 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-03-20 12:32:04 +0100 |
commit | 58f4e95113ecbb745161d5d520b4afb00b0e5abf (patch) | |
tree | 862aebbbabd7f4331027fb6204196af23faa5ea9 /example/test.cpp | |
parent | 9bd58022bff2b0cb5f52112cfa2058c2b2fd4154 (diff) | |
download | termgl-58f4e95113ecbb745161d5d520b4afb00b0e5abf.tar.gz |
Remove obsolete features, cleanup
Diffstat (limited to 'example/test.cpp')
-rw-r--r-- | example/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/test.cpp b/example/test.cpp index ca6f38e..7c1e3a0 100644 --- a/example/test.cpp +++ b/example/test.cpp @@ -39,7 +39,7 @@ public: int main() { - cRender render(' ', _COL_DEFAULT, 10,10); + cRender render(' ', _COL_DEFAULT); cObjectHandler screen(&render); cInput input; |