Black trillium texture filename typo #72


  • Defect
  • Fixed
Closed
Assigned to moonfann
  • Forge_User_73081424 created this issue Aug 12, 2012

    What steps will reproduce the problem?
    1. ask for black trillium texture from the addon
    2.
    3.

    What is the expected output? What do you see instead?
    expected: black trillium texture
    result: invalid texture(green square)

    What version of the product are you using?

    1.16.5-8-g5c122a8 / 07.aug.2012
    Do you have an error log of what happened?
    no

    Please provide any additional information below.

    there is a typo in the textures section @ constants.lua line 482
        [243] = icon_path.."Mine\\black_trilium.tga",
    should be:
        [243] = icon_path.."Mine\\black_trillium.tga",

    also the filename is:
        Artwork\Mine\black_trilium.tga
    should be:
        Artwork\Mine\black_trillium.tga

  • Forge_User_73081424 added the tags New Defect Aug 12, 2012
  • Forge_User_73081424 edited description Aug 12, 2012
  • moonfann removed a tag New Aug 12, 2012
  • moonfann added a tag Fixed Aug 12, 2012
  • moonfann closed issue Aug 12, 2012

To post a comment, please login or register a new account.