aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/pica_state.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-05-07 17:24:16 -0400
committerbunnei <bunneidev@gmail.com>2016-05-07 17:24:16 -0400
commit6abc6003f50cbaec555516bbaf8fce5bbecb2ff1 (patch)
tree18ae5ec147f016b62e73d1de683d453c50407034 /src/video_core/pica_state.h
parent8e9b33a34aab3f585d4855c2b69dbd76f1751be1 (diff)
parent0a31e373f1728316b3dfed391ddcb99a474e4102 (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.h2
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