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
Commits
16698e30
Commit
16698e30
authored
Dec 08, 2017
by
Weizhen Huang
Browse files
bugfixed function name after rename in last commit
parent
0b8fb87a
Changes
1
Show whitespace changes
Inline
Side-by-side
libs_required/ACG/Scenegraph/MaterialNode.cc
View file @
16698e30
...
...
@@ -551,7 +551,7 @@ MaterialNode::read(std::istream& _is)
buffer
>>
b
;
if
(
buffer
.
good
())
{
material_
.
set
_r
efractive
(
b
);
material_
.
set
R
efractive
(
b
);
}
}
// OverlayColor
...
...
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