Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
a5b8ffdc
Commit
a5b8ffdc
authored
Oct 24, 2016
by
Jan Möbius
Browse files
Merge branch 'fix-comma-warning' into 'master'
Fix compiler warning See merge request
!174
parents
c15db869
12f171ed
Pipeline
#3316
passed with stage
in 81 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ACG/GL/GLState.hh
View file @
a5b8ffdc
...
...
@@ -193,7 +193,7 @@ public:
void
set
(
GLint
_size
,
GLenum
_type
,
GLsizei
_stride
,
const
GLvoid
*
_ptr
)
{
size
=
_size
;
type
=
_type
;
stride
=
_stride
,
pointer
=
_ptr
;
size
=
_size
;
type
=
_type
;
stride
=
_stride
;
pointer
=
_ptr
;
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment