Skip to content

Commit

Permalink
delete ro3 copy ctor/operator in animmodel::part
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Jan 25, 2024
1 parent a7e10ba commit bb8e1e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engine/model/animmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ class animmodel : public model

part(animmodel *model, int index = 0);
virtual ~part();
part(const part& a) = delete;
part &operator=(const part &a) = delete;

void cleanup();
void disablepitch();
Expand Down

0 comments on commit bb8e1e9

Please sign in to comment.