XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

"Skinning Sample" strange problem

Last post 3/28/2007 1:56 PM by Toni Greco. 2 replies.
  • 3/27/2007 2:18 PM

    "Skinning Sample" strange problem

    In this sample all worked well for me until now.

    When I added this method (empty):

            protected override void Initialize()
            {
           }

    application don't call at all

    protected override void LoadGraphicsContent(bool loadAllContent) 

    If I delete Initialize() then LoadGraphicsContent() is called again.

    What mistake I am doing?

    Thank you 

  • 3/27/2007 3:18 PM In reply to

    Re: "Skinning Sample" strange problem

    Answer
    Reply Quote

    You need to call base.Initialize() from inside your overrided Initialize.

     

  • 3/28/2007 1:56 PM In reply to

    Re: "Skinning Sample" strange problem

    Oh sure, thank you.

    Now I know: I need a vacation ;)

Page 1 of 1 (3 items) Previous Next