mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 13:00:59 +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
|
class FImageTexture : public FTexture
|
||||||
{
|
{
|
||||||
FImageSource* mImage;
|
FImageSource* mImage;
|
||||||
bool bNoRemap0;
|
bool bNoRemap0 = false;
|
||||||
protected:
|
protected:
|
||||||
void SetFromImage();
|
void SetFromImage();
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue