MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Clear

Method Clear

Source/GridModule.cpp:244–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void GridModule::Clear()
245{
246 mGrid->Clear();
247 for (size_t i = 0; i < mGridOverlay.size(); ++i)
248 mGridOverlay[i] = -1;
249 UpdateLights();
250}
251
252void GridModule::GetModuleDimensions(float& width, float& height)
253{

Callers 1

PostRepatchMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected