Extreme CPU usage?

I have an extremely simple game build for windows 8.1. However it is using 99% of my CPU (AMD Dual Core 3.0ghz). Im using the free version so I don’t have the profiler. This scene only consists of a few GUI elements. The build is Debug mode for x86. What can I do to fix this?

Hey,

check how many frames per second you get - a limit of 60 might not be set, so it’s going as fast as it can. Also make sure that you are not running a debug build.