M
Mike
Hi
when debugging I get the correct AlphaV returned but not when the app
is running.
What could be my fault?
Many thanks
Michael
float FadeIN()
{
....
if (AlphaV < 1.0f)
{
....
{
....
return AlphaV;
}
}
return 0;
}
when debugging I get the correct AlphaV returned but not when the app
is running.
What could be my fault?
Many thanks
Michael
float FadeIN()
{
....
if (AlphaV < 1.0f)
{
....
{
....
return AlphaV;
}
}
return 0;
}