Fix missing import
This commit is contained in:
@@ -62,6 +62,7 @@ def pool_initializer(rendernode):
|
|||||||
child_rendernode = rendernode
|
child_rendernode = rendernode
|
||||||
for quadtree in rendernode.quadtrees:
|
for quadtree in rendernode.quadtrees:
|
||||||
if quadtree.world.useBiomeData:
|
if quadtree.world.useBiomeData:
|
||||||
|
import textures
|
||||||
# make sure we've at least *tried* to load the color arrays in this process...
|
# make sure we've at least *tried* to load the color arrays in this process...
|
||||||
textures.prepareBiomeData(quadtree.world.worlddir)
|
textures.prepareBiomeData(quadtree.world.worlddir)
|
||||||
if not textures.grasscolor or not textures.foliagecolor:
|
if not textures.grasscolor or not textures.foliagecolor:
|
||||||
|
|||||||
Reference in New Issue
Block a user