Skip to content

Commit e4dba19

Browse files
Update workspace.md
1 parent 957f245 commit e4dba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public class WS_WorkspaceSettings extends PApplet {
156156
@Override
157157
public void setup() {
158158
workspace = new Workspace(this);
159-
workspace.setUiVisible(false); // Disable the UI
159+
workspace.setUiVisible(false); // Hide the UI
160160
mesh = new CubeCreator().create();
161161
}
162162

0 commit comments

Comments
 (0)