From 9e0dc7cceb9759575634c12fac185dc976516d40 Mon Sep 17 00:00:00 2001 From: terrarier2111 <58695553+terrarier2111@users.noreply.github.com> Date: Sun, 18 Jul 2021 18:09:00 +0200 Subject: [PATCH] settings: remove outdated comment (#564) This notice is outdated as the file was already renamed to settings.rs. --- src/settings.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/settings.rs b/src/settings.rs index 5fc2c92..72b20f7 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -1,7 +1,6 @@ use crate::console; use std::marker::PhantomData; use winit::event::VirtualKeyCode; -// Might just rename this to settings.rs pub const R_MAX_FPS: console::CVar = console::CVar { ty: PhantomData,