mirror of https://github.com/CGAL/cgal
Merge pull request #6770 from sloriot/Basic_viewer-typo
Fix copy/paste error
This commit is contained in:
commit
b5475a670e
|
|
@ -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(); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue