summaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui.cpp b/ui.cpp
index a3ed71b..54be1ff 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -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);