index
:
c2
master
The best 3D renderer
quou@disroot.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c2.cpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'c2.cpp')
-rw-r--r--
c2.cpp
1
1 files changed, 1 insertions, 0 deletions
diff --git a/c2.cpp b/c2.cpp
index 26d1962..af843f2 100644
--- a/
c2.cpp
+++ b/
c2.cpp
@@ -807,6 +807,7 @@ struct C2 : public App {
}
void on_text_input(const char* buf) override {
+ ui->text_input(buf);
}
};