Bug-fix accidentally limited monitor loop

Fixing a mistake from #9187c82
This commit is contained in:
Chris Teubert
2015-08-25 11:18:43 -07:00
parent 96a6d16365
commit 2e9a51e7dc

View File

@@ -8,7 +8,7 @@ addpath('../')
import XPlaneConnect.*
Socket = openUDP();
for i=1:100
while 1
posi = getPOSI(0, Socket);
ctrl = getCTRL(0, Socket);