mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- initialize bNoRemap0
This commit is contained in:
parent
ef8e7a4944
commit
c836dd3dbf
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ public:
|
|||
class FImageTexture : public FTexture
|
||||
{
|
||||
FImageSource* mImage;
|
||||
bool bNoRemap0;
|
||||
bool bNoRemap0 = false;
|
||||
protected:
|
||||
void SetFromImage();
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue