mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
When overriding the layout, make sure that the previous layout is erased.
This commit is contained in:
@@ -77,6 +77,7 @@ public:
|
||||
config.set_tpi(48);
|
||||
}
|
||||
|
||||
config.clear_layout();
|
||||
auto layout = config.mutable_layout();
|
||||
std::unique_ptr<Image> image(new Image);
|
||||
for (int track = 0; track < trackTableSize / 4; track++)
|
||||
|
||||
Reference in New Issue
Block a user