worked on rendering code
worked on code for libgui for rendering a user interface
This commit is contained in:
@@ -109,7 +109,7 @@ impl Application for GameLoop {
|
||||
}
|
||||
|
||||
fn random() -> u64 {
|
||||
let mut r = random::Random::int(0, 125) as u64;
|
||||
let r = random::Random::int(0, 125) as u64;
|
||||
r
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user