Skip to content

Commit

Permalink
cdxml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Oct 8, 2024
1 parent be626fb commit 1c569a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/indigo-core/molecule/src/base_molecule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4116,7 +4116,7 @@ float BaseMolecule::getBondsMeanLength()
return static_cast<float>(bondSum / edgeCount());
}

void indigo::BaseMolecule::scale(const Vec2f& center, float scale)
void BaseMolecule::scale(const Vec2f& center, float scale)
{
for (int i = vertexBegin(); i != vertexEnd(); i = vertexNext(i))
{
Expand Down

0 comments on commit 1c569a2

Please sign in to comment.