diff options
| author | bunnei <bunneidev@gmail.com> | 2016-05-07 17:24:16 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-05-07 17:24:16 -0400 |
| commit | 6abc6003f50cbaec555516bbaf8fce5bbecb2ff1 (patch) | |
| tree | 18ae5ec147f016b62e73d1de683d453c50407034 /src/video_core/pica_state.h | |
| parent | 8e9b33a34aab3f585d4855c2b69dbd76f1751be1 (diff) | |
| parent | 0a31e373f1728316b3dfed391ddcb99a474e4102 (diff) | |
Merge pull request #1718 from alex-laties/fixup-type-conversions
fixup simple type conversions where possible
Diffstat (limited to 'src/video_core/pica_state.h')
| -rw-r--r-- | src/video_core/pica_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica_state.h b/src/video_core/pica_state.h index bbecad850..1059c6ae4 100644 --- a/src/video_core/pica_state.h +++ b/src/video_core/pica_state.h @@ -56,7 +56,7 @@ struct State { // Used to buffer partial vertices for immediate-mode rendering. Shader::InputVertex input_vertex; // Index of the next attribute to be loaded into `input_vertex`. - int current_attribute = 0; + u32 current_attribute = 0; } immediate; // This is constructed with a dummy triangle topology |
