mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 04:30:38 +00:00
Apparently I know how to use morphos now...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2539 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
eb16ac9933
commit
3b66853079
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ int main(int argc, char **argv)
|
||||||
Host_Init(&parms);
|
Host_Init(&parms);
|
||||||
|
|
||||||
oldtime = Sys_DoubleTime ();
|
oldtime = Sys_DoubleTime ();
|
||||||
while (1)
|
while(!(SetSignal(0, 0)&SIGBREAKF_CTRL_C))
|
||||||
{
|
{
|
||||||
newtime = Sys_DoubleTime ();
|
newtime = Sys_DoubleTime ();
|
||||||
Host_Frame(newtime - oldtime);
|
Host_Frame(newtime - oldtime);
|
||||||
|
|
Loading…
Reference in a new issue