Przeglądaj źródła

Fix wrong reference

Daniele Bartolini 12 lat temu
rodzic
commit
30fa1d1596
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/crown/resources/Compiler.py

+ 1 - 1
tools/crown/resources/Compiler.py

@@ -87,7 +87,7 @@ class Compiler:
 	def compile(self, resource):
 		# Compute perfect seed if necessary
 		if (self.m_perfect_seed == -1):
-			compute_perfect_seed()
+			self.compute_perfect_seed()
 
 		root_path = self.m_repository.root_path()