[FastFiles] Fixed compiler warnings

This commit is contained in:
RektInator
2018-12-24 22:19:40 +01:00
parent e79350e586
commit e3151fb155
2 changed files with 2 additions and 2 deletions

View File

@ -4756,7 +4756,7 @@ namespace Game
R_RENDERTARGET_NONE = 0xD,
};
struct __declspec(align(16)) GfxCmdBufState
struct /*__declspec(align(16))*/ GfxCmdBufState
{
char refSamplerState[16];
unsigned int samplerState[16];