disabled CAP_HOLDKEYS in WEB

This commit is contained in:
Zeno Rogue 2019-09-26 13:18:58 +02:00
parent 128e063e27
commit e296004448
1 changed files with 1 additions and 1 deletions

View File

@ -1586,7 +1586,7 @@ EX void move_forward(ld distance) {
else model_distance /= exp(distance);
}
#define CAP_HOLDKEYS CAP_SDL // && !ISWEB)
#define CAP_HOLDKEYS (CAP_SDL && !ISWEB)
EX bool handlekeys(int sym, int uni) {
if(NUMBERKEY == '1') {