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 1fc85ee commit 957f245Copy full SHA for 957f245
documentation/workspace.md
@@ -139,10 +139,10 @@ import mesh.creator.primitives.CubeCreator;
139
import processing.core.PApplet;
140
import workspace.Workspace;
141
142
-public class WS_WorkspaceSettingsUI extends PApplet {
+public class WS_WorkspaceSettings extends PApplet {
143
144
public static void main(String[] args) {
145
- PApplet.main(WS_WorkspaceSettingsUI.class.getName());
+ PApplet.main(WS_WorkspaceSettings.class.getName());
146
}
147
148
private Mesh3D mesh;
0 commit comments