Make example app window resizable
This commit is contained in:
parent
7d0d81c385
commit
0935528d76
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ void app_main(prism::engine* engine) {
|
|||
file::set_domain_path(file::Domain::App, "data");
|
||||
file::set_domain_path(file::Domain::Internal, "{resource_dir}/shaders");
|
||||
|
||||
platform::open_window("Example", {0, 0, 1280, 720}, WindowFlags::None);
|
||||
platform::open_window("Example", {0, 0, 1280, 720}, WindowFlags::Resizable);
|
||||
}
|
||||
|
||||
void ExampleApp::initialize_render() {
|
||||
|
|
Reference in a new issue