mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
fix end line typo
This commit is contained in:
parent
979d50f7d8
commit
1ae682ff21
1 changed files with 1 additions and 1 deletions
|
@ -89,4 +89,4 @@ void Material::setOpacity(float opacity) {
|
||||||
void Material::setTextureView(MapChannel channel, const TextureView& view) {
|
void Material::setTextureView(MapChannel channel, const TextureView& view) {
|
||||||
_flags.set(DIFFUSE_MAP_BIT + channel);
|
_flags.set(DIFFUSE_MAP_BIT + channel);
|
||||||
_textureMap[channel] = view;
|
_textureMap[channel] = view;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue