]> git.cworth.org Git - vogl/blobdiff - src/voglcommon/vogl_general_context_state.h
- Fixing polygon stipple saving/restoring so it doesn't stomp memory after the polygo...
[vogl] / src / voglcommon / vogl_general_context_state.h
index 7f10c9efcfaacaba169ef07d07a0c4de402502f7..d024b878c00bd0914407bebe27e9f95eaa9474a6 100644 (file)
@@ -96,11 +96,11 @@ public:
     bool deserialize(const json_node &node, const vogl_blob_manager &blob_manager);
 
     uint get_num_pattern_rows() const;
-    uint32 get_pattern_row(uint rowIndex) const;
+    uint32 get_pattern_row(uint row_index) const;
 
 private:
     bool m_valid;
-    uint32 m_pattern[32];
+    uint8 m_pattern[32 * 4];
 };
 
 #endif // VOGL_BASIC_CONTEXT_STATE_H