Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
void GridModule::Clear()
245
{
246
mGrid->Clear();
247
for (size_t i = 0; i < mGridOverlay.size(); ++i)
248
mGridOverlay[i] = -1;
249
UpdateLights();
250
}
251
252
void GridModule::GetModuleDimensions(float& width, float& height)
253
{
Callers
1
PostRepatch
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected