diff options
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; |