Skip to content

Commit

Permalink
Update number of reserved bits.
Browse files Browse the repository at this point in the history
Change-Id: I38e112c2493abd9ec79b97e6e28334a3ba66543c
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
  • Loading branch information
Michael Brasser authored and Qt by Nokia committed Feb 22, 2012
1 parent d93cae5 commit 4084cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quick/scenegraph/coreapi/qsggeometry.h
Expand Up @@ -181,7 +181,7 @@ class Q_QUICK_EXPORT QSGGeometry
uint m_vertex_usage_pattern : 2;
uint m_dirty_index_data : 1;
uint m_dirty_vertex_data : 1;
uint m_reserved_bits : 27;
uint m_reserved_bits : 25;

float m_prealloc[16];

Expand Down

0 comments on commit 4084cf7

Please sign in to comment.