Re: [AD] Timing issue in 5.2.1.1 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Allegro Developers <allegro-developers@xxxxxxxxxx>, trent@xxxxxxxxxx
- Subject: Re: [AD] Timing issue in 5.2.1.1
- From: Edgar Reynaldo <edgarreynaldo@xxxxxxxxxx>
- Date: Fri, 2 Sep 2016 23:35:14 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=members-allegro-cc.20150623.gappssmtp.com; s=20150623; h=from:to:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=D0o0GHTFc2EqQ0SyAIci82Lb0eb2WaxRwWl3RERy0gw=; b=ZuX68Ig5gNpeGt1kW6m3X4bzVzpZBFgmJ01wMb+f7eVnlikudjgvZWeCypim5ZpNw6 03XgPFTRI+V48b3vpVa8LJuowG3CHr2v6mD4gxemIjavThQfMXwsPSWg+K1y+ISLtpJW ixEbV4tyC730UiSy11QcZ2Yyb2NcSQ9N5ADB6rwinJSfHM4LHQXW4SXseQ90dzC6RQxw JLSRUPwPtnugTRbTNksmEq2LqSbeRGSIns+3fkctgcQMUJ1jz7dW0hKzFSjRHjE1l6nQ OZ5DFAPJ0cb133GkBH7jz+wF3nUbi9pbGDP/uNWf68QY6LK3nmXlPIZlR6W+/LLZkIvZ Q1bA==
Hey Trent,
That second patch you made for the timing issue fixed the problems Neil
was having.
For reference it was line 107 of timernu.c, and this was the fix :
old_time = al_get_time() - interval;
Thanks a lot for looking into this.
I'll recompile and make a new binary release probably here tomorrow or so.
Cheers.
Edgar