SL-17754 FIXED "first_login_image.jpg" file is not loaded
parent
a330095650
commit
bfdf7dbec9
|
|
@ -149,6 +149,7 @@ class ViewerManifest(LLManifest):
|
|||
with self.prefix(src_dst="skins"):
|
||||
# include the entire textures directory recursively
|
||||
with self.prefix(src_dst="*/textures"):
|
||||
self.path("*/*.jpg")
|
||||
self.path("*/*.png")
|
||||
self.path("*.tga")
|
||||
self.path("*.j2c")
|
||||
|
|
|
|||
Loading…
Reference in New Issue