Slight syntax change.
This commit is contained in:
parent
9e28d1b626
commit
f9c9e8b49f
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public:
|
|||
}
|
||||
|
||||
void init() {
|
||||
faces.erase( faces.begin(), faces.end() );
|
||||
faces.clear();
|
||||
}
|
||||
|
||||
// int deleteDisplayList() {
|
||||
|
|
Loading…
Add table
Reference in a new issue