aboutsummaryrefslogtreecommitdiff
path: root/example/test.cpp
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-20 12:32:04 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-20 12:32:04 +0100
commit58f4e95113ecbb745161d5d520b4afb00b0e5abf (patch)
tree862aebbbabd7f4331027fb6204196af23faa5ea9 /example/test.cpp
parent9bd58022bff2b0cb5f52112cfa2058c2b2fd4154 (diff)
downloadtermgl-58f4e95113ecbb745161d5d520b4afb00b0e5abf.tar.gz
Remove obsolete features, cleanup
Diffstat (limited to 'example/test.cpp')
-rw-r--r--example/test.cpp2
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;