Ignore:
Timestamp:
07/13/20 13:51:43 (4 years ago)
Author:
Maciej Komosinski
Message:

More consistent usage of "shapetype" (vs. "shape")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/genoobj.cpp

    r988 r999  
    6464void GenoObj::get_autoname(ExtValue *ret)
    6565{
    66         Model m(*this, Model::SHAPE_UNKNOWN);
     66        Model m(*this, Model::SHAPETYPE_UNKNOWN);
    6767        ret->setString(AutoName::makeName(m));
    6868}
Note: See TracChangeset for help on using the changeset viewer.