Bug-fix accidentally limited monitor loop
Fixing a mistake from #9187c82
This commit is contained in:
@@ -8,7 +8,7 @@ addpath('../')
|
|||||||
import XPlaneConnect.*
|
import XPlaneConnect.*
|
||||||
|
|
||||||
Socket = openUDP();
|
Socket = openUDP();
|
||||||
for i=1:100
|
while 1
|
||||||
posi = getPOSI(0, Socket);
|
posi = getPOSI(0, Socket);
|
||||||
ctrl = getCTRL(0, Socket);
|
ctrl = getCTRL(0, Socket);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user