CPU usage caps at 25%?

As it turns out, my game currently seems to run fine without parallel programming. I’ve removed calls to Parallel.Invoke for now due to likely unseen overhead involved, but if, later on, I have a better understanding of how to multithread without adding unnecessary overhead, I’ll most likely use it, so my game can take advantage of having multiple cores.