We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957f245 commit e4dba19Copy full SHA for e4dba19
documentation/workspace.md
@@ -156,7 +156,7 @@ public class WS_WorkspaceSettings extends PApplet {
156
@Override
157
public void setup() {
158
workspace = new Workspace(this);
159
- workspace.setUiVisible(false); // Disable the UI
+ workspace.setUiVisible(false); // Hide the UI
160
mesh = new CubeCreator().create();
161
}
162
0 commit comments