Browse Source

Fixed a typo

khillesl 24 years ago
parent
commit
8cdb823957
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/cluster/ClusterConfig.py

+ 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
 # 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.
 # 'two-server' : [ [Vec3(0,0,0),Vec3(-60,0,0)],