Skip to content

Commit

Permalink
UI|Client: Use kd-tree allocator in root widget’s atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 25, 2013
1 parent 8fc7743 commit c78558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/framework/guirootwidget.cpp
Expand Up @@ -72,7 +72,7 @@ DENG2_OBSERVES(Widget, ChildAddition)
{
Style const &st = ClientApp::windowSystem().style();

atlas.reset(AtlasTexture::newWithRowAllocator(
atlas.reset(AtlasTexture::newWithKdTreeAllocator(
Atlas::BackingStore | Atlas::AllowDefragment,
GLTexture::maximumSize().min(GLTexture::Size(4096, 4096))));
uTexAtlas = *atlas;
Expand Down

0 comments on commit c78558d

Please sign in to comment.