diff options
Diffstat (limited to 'ui.cpp')
-rw-r--r-- | ui.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ static Texture_Id create_atlas(Device* d) { Texture_Flags::sampleable | Texture_Flags::copy_dst, w, 10, + 1, + 1, + 1, buf ); d->destroy_bufferi(buf); |