Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Engel Simulator 2020
Engel Simulator 2020
Commits
a530f5e1
Commit
a530f5e1
authored
Dec 27, 2020
by
Rahix
🦀
Browse files
clock: Drop superfluous console log
Remove a left-over debug print statement.
parent
94fc5be2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/resources/clock.rs
View file @
a530f5e1
...
...
@@ -32,7 +32,6 @@ impl Clock {
let
timestamp
=
timestamp
/
1000.0
;
self
.frame_delta
=
self
.max_delta
.min
((
timestamp
-
self
.last_tick
)
as
f32
);
self
.last_tick
=
timestamp
;
crate
::
console_log!
(
"Frame delta: {}"
,
self
.frame_delta
());
}
pub
fn
wall_time
(
&
self
)
->
f64
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment