Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ACGL
acgl
Commits
baed658e
Commit
baed658e
authored
Sep 30, 2014
by
Janis Born
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix warning in glm
parent
690a06cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/glm/detail/type_mat4x3.inl
include/glm/detail/type_mat4x3.inl
+1
-1
No files found.
include/glm/detail/type_mat4x3.inl
View file @
baed658e
...
...
@@ -56,7 +56,7 @@ namespace detail
size_type i
) const
{
assert(i
< this->length());
assert(static_cast<length_t>(i)
< this->length());
return this->value[i];
}
...
...
Write
Preview
Markdown
is supported
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