fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user