Browse Source

Fixed a typo

khillesl 24 năm trước cách đây
mục cha
commit
8cdb823957

+ 1 - 1
direct/src/cluster/ClusterConfig.py

@@ -7,7 +7,7 @@ import string
 # For mono-modelcave-pipe0, I decided to set the offsets in the
 # For mono-modelcave-pipe0, I decided to set the offsets in the
 # actual configuration for the display.
 # actual configuration for the display.
 
 
-ClientConfigs = {'mono-modelcave-pipe0': [ [Vec3(0,0,0),Vec3(0,0,0)] ]
+ClientConfigs = {'mono-modelcave-pipe0': [ [Vec3(0,0,0),Vec3(0,0,0)] ] }
 
 
 # The following is a fake configuration to show an example with two servers.
 # The following is a fake configuration to show an example with two servers.
 # 'two-server' : [ [Vec3(0,0,0),Vec3(-60,0,0)],
 # 'two-server' : [ [Vec3(0,0,0),Vec3(-60,0,0)],