summaryrefslogtreecommitdiff
blob: 1eed0972cd6d5f4c1d1f280c93da840dfa8b20cd (plain)
1
2
3
4
5
6
7
8
9
--- accelerator.py
+++ accelerator.py
@@ -63,5 +63,5 @@
 	def __init__(self,texfile,mipmap = False):
 		global activeTexture
-		filename = os.path.join('gfx',texfile)
+		filename = os.path.join('@GENTOO_DATADIR@',texfile)
 		image = pygame.image.load(filename)
 		data = pygame.image.tostring(image,'RGBX')