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/3d.cpp | |
parent | 9bd58022bff2b0cb5f52112cfa2058c2b2fd4154 (diff) | |
download | termgl-58f4e95113ecbb745161d5d520b4afb00b0e5abf.tar.gz |
Remove obsolete features, cleanup
Diffstat (limited to 'example/3d.cpp')
-rw-r--r-- | example/3d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/3d.cpp b/example/3d.cpp index 11a2d3d..e488da1 100644 --- a/example/3d.cpp +++ b/example/3d.cpp @@ -39,7 +39,7 @@ private: int main(int argc, char* argv[]) { - cRender render(' ', _COL_DEFAULT, 30,30); + cRender render(' ', _COL_DEFAULT); cObjectHandler handler(&render); cObject ver(45,1); cWiremesh obj; |