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
ACGL
acgl
Commits
4e4f7f56
Commit
4e4f7f56
authored
Jun 25, 2013
by
Robert Menzel
Browse files
removed typo
parent
69f4923e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ACGL/OpenGL/Objects/Shader.cc
View file @
4e4f7f56
...
...
@@ -286,7 +286,7 @@ void ShaderParser::readin( const std::string &_filename )
mSources
.
push_back
(
fileContent
);
readin
(
fileToImport
);
lineNumber
++
;
fileContent
=
"#line "
+
StringHelpers
::
toString
(
:
lineNumber
)
+
" "
+
StringHelpers
::
toString
(
fileNumber
)
+
"
\n
"
;
fileContent
=
"#line "
+
StringHelpers
::
toString
(
lineNumber
)
+
" "
+
StringHelpers
::
toString
(
fileNumber
)
+
"
\n
"
;
}
else
{
// ignore:
lineNumber
++
;
...
...
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