diff --git a/src/swrenderer/textures/r_swtexture.h b/src/swrenderer/textures/r_swtexture.h index f4baeb21bd..1d224a9d0a 100644 --- a/src/swrenderer/textures/r_swtexture.h +++ b/src/swrenderer/textures/r_swtexture.h @@ -155,7 +155,7 @@ class FWarpTexture : public FSoftwareTexture TArray WarpedPixelsRgba; int bWarped = 0; - uint64_t GenTime[3] = { 0, 0, 0 }; + uint64_t GenTime[3] = { UINT64_MAX, UINT64_MAX, UINT64_MAX }; int WidthOffsetMultiplier, HeightOffsetMultiplier; // [mxd] public: @@ -195,4 +195,4 @@ public: DCanvas *GetCanvasBgra() { return CanvasBgra; } bool Mipmapped() override { return false; } -}; \ No newline at end of file +};