simplify hysteresis logic
[?]
Jul 25, 2022, 10:23 PM
DJGC4ZEFQZAAKF3YWQKHMHAP2KANFVQ2H7KWAC4PU3HPHP6WLSOACDependencies
- [2]
3QQZ7W4Ebring couple more globals back to the app level - [3]
LNUHQOGHstart passing in Editor_state explicitly - [4]
LF7BWEG4group all editor globals - [5]
KVHUFUFVreorg - [6]
AVTNUQYRbasic test-enabled framework - [7]
UHB4GARJleft/right margin -> left/right coordinates - [8]
AD34IX2Zcouple more tests - [9]
2L5MEZV3experiment: new edit namespace - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 20
Last_resize_time = nilLast_resize_time = App.getTime() - replacement in main.lua at line 143
if Last_resize_time thenif App.getTime() - Last_resize_time < 0.1 thenreturnelseLast_resize_time = nilendif App.getTime() < Last_resize_time + 0.1 thenreturn