Skip to content

Commit

Permalink
fix positions
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Aug 29, 2024
1 parent 9480b30 commit 2188e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/indigo-core/molecule/metadata_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace indigo
uint32_t _class_id;
virtual MetaObject* clone() const = 0;
virtual void getBoundingBox(Rect2f& bbox) const = 0;
virtual void offset( const Vec2f& offset ) = 0;
virtual void offset(const Vec2f& offset) = 0;
virtual ~MetaObject(){};
};

Expand Down

0 comments on commit 2188e82

Please sign in to comment.