Jump to content

update question


cassius
 Share

Recommended Posts

I am using the following code in my prog as well as update framework.I seem to remember someone saying I don't need both updateworld AND updateframework,but if I comment out the code below my framerate drops a lot. So can I get some advice on this subject. Thanks.

I am using c++.

 

 

 

 

UpdateAppTime();

UpdateWorld(AppSpeed());

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Link to comment
Share on other sites

Yes you don't need to update those if you are using framework.

 

It may look like your framerate is droping but I think it might actually just be what it is printing. Because you UpdateAppTime here and the framework does as well, it might think it is going faster than it actually is. At least that the only reason I can think why you would be getting more fps with this.

STS - Scarlet Thread Studios

AKA: Engineer Ken

 

Fact: Game Development is hard... very bloody hard.. If you are not prepared to accept that.. Please give up now!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...