Build fix for when compiling with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF
This commit is contained in:
@@ -167,7 +167,7 @@ void GlyphTexture::addGlyph(Glyph* glyph, int posX, int posY)
|
||||
|
||||
glyph->setTextureInfo(_shaderTechnique, info.get());
|
||||
|
||||
copyGlyphImage(glyph, info);
|
||||
copyGlyphImage(glyph, info.get());
|
||||
}
|
||||
|
||||
void GlyphTexture::copyGlyphImage(Glyph* glyph, Glyph::TextureInfo* info)
|
||||
|
||||
Reference in New Issue
Block a user