incorporated fix from AGG mailing list, the problem only showed on Sun hardware though...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12620 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-05-10 11:34:26 +00:00
parent 587d699c28
commit f6f44f5538

View File

@ -101,7 +101,7 @@ namespace agg
glyph_cache* glyph =
(glyph_cache*)m_allocator.allocate(sizeof(glyph_cache),
sizeof(int8u*));
sizeof(double));
glyph->glyph_index = glyph_index;
glyph->data = m_allocator.allocate(data_size);