Quantcast
Channel: Community | MonoGame - Latest topics
Viewing all articles
Browse latest Browse all 6821

Update() is calling more time than Draw()

$
0
0

@sebx29 wrote:

Hello,
I'm beginner with Monogame but I know how it works, or I think I know =).

In Game class, the method Update() and Draw are called successively:
Update() -> Draw() -> Update() -> Draw() _> ...
Right ?

In my Program (my first "big" program) I noticed, in Game class, Update() method is called between 20 or 30 times before Draw() method.:

So I'm low in FPS, my program are freezing. Draw() is called every 220ms ='(

How I can fix that ? It's possible to call Draw() Method after every Update() method ? or my code is bullshit maybe ^^ ?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 6821

Trending Articles