Skip to content

Commit 9ef9a51

Browse files
harmonise functions name
1 parent 6e5aaf0 commit 9ef9a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_viewer/rpc/mesh/mesh_protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def SetMeshVisibility(self, params):
5454
self.SetVisibility(id, visibility)
5555

5656
@exportRpc(prefix + schemas_dict["set_opacity"]["rpc"])
57-
def SetMeshOpacity(self, params):
57+
def setMeshOpacity(self, params):
5858
print(schemas_dict["set_opacity"]["rpc"], params, flush=True)
5959
validate_schema(params, schemas_dict["set_opacity"])
6060
id = params["id"]

0 commit comments

Comments
 (0)