From 205c532398030f15f38f83581fe42ef01cf7fb04 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Sun, 26 Jul 2020 21:56:46 +0200 Subject: [PATCH] Remove misleading comment. --- src/emucore/FrameBuffer.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/emucore/FrameBuffer.cxx b/src/emucore/FrameBuffer.cxx index d35ebd36f..80b1d67e1 100644 --- a/src/emucore/FrameBuffer.cxx +++ b/src/emucore/FrameBuffer.cxx @@ -507,8 +507,6 @@ void FrameBuffer::update(bool force) void FrameBuffer::updateInEmulationMode(float framesPerSecond) { // Update method that is specifically tailored to emulation mode - // Typically called from a thread, so it needs to be separate from - // the normal update() method // // We don't worry about selective rendering here; the rendering // always happens at the full framerate