diff options
Diffstat (limited to 'src/resources/fboinfo.h')
-rw-r--r-- | src/resources/fboinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h index 81d753856..e8c4ace88 100644 --- a/src/resources/fboinfo.h +++ b/src/resources/fboinfo.h @@ -39,7 +39,7 @@ struct FBOInfo final { - FBOInfo() : + constexpr2 FBOInfo() : fboId(0), textureId(0), rboId(0) { } |