Changes between Initial Version and Version 1 of Ticket #3799, comment 13


Ignore:
Timestamp:
06/12/22 11:32:24 (23 months ago)
Author:
eriktorbjorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3799, comment 13

    initial v1  
    11This code in drascula.cpp seems to be responsible for the slowdown:
    22
    3 ```
     3{{{
    44                if (_leftMouseButton == 1 && _menuBar) {
    55                        selectVerbFromBar();
     
    1212                                return true;
    1313                }
    14 ```
     14}}}
    1515
    1616When I try it, it enters the case where it calls delay(100)  I don't know the purpose of that, though