Skip to content

Commit

Permalink
Use proper texture suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Jan 7, 2024
1 parent af5cbba commit c355544
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/member_customization/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ class CfgVehicles {
class UserTexture1m_F;
class GVAR(graffiti_chernarus_bolec_17kills): UserTexture1m_F {
displayName = "bolec 17 kills graffiti";
hiddenSelectionsTextures[] = {QPATHTOF(data\chernarus_graffiti_bolec_17kills.paa)};
hiddenSelectionsTextures[] = {QPATHTOF(data\chernarus_graffiti_bolec_17kills_ca.paa)};

class Attributes {};
};

class UserTexture_1x2_F;
class GVAR(banner_chernarus_bolec_17kills): UserTexture_1x2_F {
displayName = "bolec 17 kills banner";
hiddenSelectionsTextures[] = {QPATHTOF(data\chernarus_banner_bolec_17kills.paa)};
hiddenSelectionsTextures[] = {QPATHTOF(data\chernarus_banner_bolec_17kills_ca.paa)};

class Attributes {};
};
Expand Down

0 comments on commit c355544

Please sign in to comment.