mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-13 03:31:18 +07:00
Merge pull request #3 from enduro2d/hotfix/update_modules
update modules and fixes after this
This commit is contained in:
Submodule modules/enduro2d updated: 433578975d...5aad077b70
5
scripts/update_modules.sh
Executable file
5
scripts/update_modules.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
git submodule init
|
||||
git submodule update
|
||||
git pull --recurse-submodules
|
||||
git submodule update --remote --recursive
|
||||
@@ -13,7 +13,7 @@ int e2d_main() {
|
||||
window& w = modules::initialize<window>(
|
||||
v2u{640, 480}, "Enduro2D", true, false);
|
||||
|
||||
d.add_sink<debug_console_sink>();
|
||||
d.register_sink<debug_console_sink>();
|
||||
w.register_event_listener<window_input_source>(i);
|
||||
|
||||
const keyboard& k = i.keyboard();
|
||||
|
||||
Reference in New Issue
Block a user