fix end line typo

This commit is contained in:
Sam Gateau 2014-12-22 11:36:18 -08:00
parent 979d50f7d8
commit 1ae682ff21

View file

@ -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;
}
}