This commit is contained in:
parent
d96453fa64
commit
356dbcfe82
@ -40,7 +40,7 @@ static class: public studio::Module {
|
|||||||
ox::StringParam name,
|
ox::StringParam name,
|
||||||
int const cols,
|
int const cols,
|
||||||
int const rows) -> auto& {
|
int const rows) -> auto& {
|
||||||
return ss.subsheets.emplace_back(++ts.idIt, std::move(name), cols, rows, ts.bpp);
|
return ss.subsheets.emplace_back(++ts.idIt, std::move(name), cols, rows);
|
||||||
};
|
};
|
||||||
auto const addSheetSet = [&ts, &addSheet](ox::StringParam name) {
|
auto const addSheetSet = [&ts, &addSheet](ox::StringParam name) {
|
||||||
auto &s = addSheet(ts.subsheet, std::move(name), -1, -1);
|
auto &s = addSheet(ts.subsheet, std::move(name), -1, -1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user