Skip to content

Commit ea9c1ce

Browse files
committed
set the client
1 parent 57a6085 commit ea9c1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/eu/mihosoft/vrl/v3d/CSGClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public static CSGClient getClient() {
279279
return client;
280280
}
281281

282-
private static void setClient(CSGClient client) {
282+
public static void setClient(CSGClient client) {
283283
CSGClient.client = client;
284284
}
285285

0 commit comments

Comments
 (0)