This commit is contained in:
2019-07-23 22:13:07 +02:00
parent 20066091ea
commit cf0516b212
2 changed files with 1 additions and 5 deletions

View File

@@ -6,10 +6,6 @@ use std::iter::FromIterator;
mod vulkan;
impl GameData<'_> {
fn on_init(self: &Self) {
}
/// Returns true if event should be ignored by the vulkan handler
fn on_window_event(self: &Self, event: &Event) -> bool {
match event {