Loading .png file in loading screen(waiting animation)

Results 1 to 3 of 3
  1. #1
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Loading .png file in loading screen(waiting animation)

    nvm fixed, to load .png in loading screen change the following:

    FROM THIS :
    Code:
    RGetDevice()->SetRenderState( D3DRS_ALPHABLENDENABLE, FALSE);
    TO THIS
    Code:
    RGetDevice()->SetRenderState( D3DRS_ALPHABLENDENABLE, TRUE);
    Last edited by qet123; 15-04-15 at 06:55 PM.


  2. #2
    Member qqq1 is offline
    MemberRank
    Apr 2011 Join Date
    koreaLocation
    73Posts

    Re: Loading .png file in loading screen(waiting animation)

    what is it ?

  3. #3
    Apprentice SGGamerz is offline
    MemberRank
    Aug 2015 Join Date
    UberabaLocation
    18Posts

    Re: Loading .png file in loading screen(waiting animation)

    explains better, a lot of people that do not know to open file



Advertisement