Changeset 525 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Jan 8, 2024, 11:43:27 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r523 r525 6672 6672 PaintBufferToScreen(xMin, yMin, xRange, yRange); 6673 6673 {$IFDEF UNIX} 6674 // TODO: Force animation under UNIX 6674 // TODO: Force animation under UNIX. Causes also to process keyboard events 6675 // which can lead to unexpected errors. 6675 6676 Application.ProcessMessages; 6676 6677 {$ENDIF}
Note:
See TracChangeset
for help on using the changeset viewer.