Skip to content
Snippets Groups Projects
Verified Commit 57c0bcf1 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fat: better static usage

parent 640164bd
No related branches found
No related tags found
No related merge requests found
Pipeline #571 passed
......@@ -35,10 +35,10 @@ const LOGIC_DELTA: u32 = 60;
const SCREEN_SCALE: f32 = 10.0;
// The base title to be used in the window.
const TITLE: &'static str = "CHIP-Ahoyto";
static TITLE: &'static str = "CHIP-Ahoyto";
// The title that is going to be presented initially to the user.
const TITLE_INITIAL: &'static str = "CHIP-Ahoyto [Drag and drop the ROM file to play]";
static TITLE_INITIAL: &'static str = "CHIP-Ahoyto [Drag and drop the ROM file to play]";
pub struct BeepCallback {
phase_inc: f32,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment