Merge pull request #6770 from sloriot/Basic_viewer-typo

Fix copy/paste error
This commit is contained in:
Laurent Rineau 2022-07-28 14:41:09 +02:00
commit b5475a670e
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public:
else
setWindowTitle(title);
resize(CGAL_BASIC_VIEWER_INIT_SIZE_X, CGAL_BASIC_VIEWER_INIT_SIZE_X);
resize(CGAL_BASIC_VIEWER_INIT_SIZE_X, CGAL_BASIC_VIEWER_INIT_SIZE_Y);
if (inverse_normal)
{ negate_all_normals(); }