mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +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) {
|
||||
_flags.set(DIFFUSE_MAP_BIT + channel);
|
||||
_textureMap[channel] = view;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue