MX Bikes Official Forum

General Category => Bug Reports => Topic started by: HornetMaX on September 18, 2016, 04:05:56 PM

Title: output plugin Draw() call has _iState at 1 for loaded replay ?
Post by: HornetMaX on September 18, 2016, 04:05:56 PM
From the example plugin:

/* _iState: 0 = on track; 1 = spectate; 2 = replay. This function is optional */
__declspec(dllexport) void Draw(int _iState,int *_piNumQuads,void **_ppQuad,int *_piNumString,void **_ppString)


But when I start MXB and load a saved replay, the Draw() call has _iState at 1. In GPB it's 2, as expected.
Title: Re: output plugin Draw() call has _iState at 1 for loaded replay ?
Post by: PiBoSo on September 18, 2016, 04:08:36 PM

This bug has already been fixed for the upcoming Beta5.
Title: Re: output plugin Draw() call has _iState at 1 for loaded replay ?
Post by: HornetMaX on September 18, 2016, 04:30:41 PM
Thx !