Changeset 1193:53d1eaf65157
- Timestamp:
- 06/14/25 05:44:21 (15 hours ago)
- Branch:
- python3
- Phase:
- public
- Tags:
- tip
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/xplane.py
r1192 r1193 2377 2377 if self._n1Index>=0: 2378 2378 state.n1 = data[self._n1Index:self._n1Index+3] 2379 state.n1 = [0 if n1<10.0 else n1 for n1 in state.n1] 2379 2380 2380 2381 return state
Note:
See TracChangeset
for help on using the changeset viewer.