diff --git a/stepmania/src/RageDisplay.h b/stepmania/src/RageDisplay.h index 683cf12fd8..746c8a2410 100644 --- a/stepmania/src/RageDisplay.h +++ b/stepmania/src/RageDisplay.h @@ -130,7 +130,8 @@ struct RenderTargetParam iWidth(0), iHeight(0), bWithDepthBuffer(false), - bWithAlpha(false) + bWithAlpha(false), + bFloat(false) { } @@ -139,6 +140,7 @@ struct RenderTargetParam bool bWithDepthBuffer; bool bWithAlpha; + bool bFloat; }; class RageDisplay