Skip to content

Commit

Permalink
Don't use DPI awareness in the samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 committed Feb 11, 2025
1 parent 8dc0dee commit 4c93bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions samples/flixel/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

<window orientation="landscape" width="1280" height="720" fps="60" background="#000000" hardware="true" vsync="false" fullscreen="false" resizable="true" />

<window allow-high-dpi="true" unless="web" />

<window fullscreen="true" resizable="false" if="mobile" />

<!--Path Settings-->
Expand Down Expand Up @@ -48,10 +46,6 @@
<haxedef name="HXVLC_LOGGING" />
</section>

<!--DPI Awareness-->

<haxedef name="openfl_dpi_aware" unless="web" />

<!--Undefinitions-->

<undefine name="openfl-disable-handle-error" if="debug" />
Expand Down
6 changes: 1 addition & 5 deletions samples/openfl/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!--Window Settings-->

<window orientation="landscape" allow-high-dpi="true" background="#000000" />
<window orientation="landscape" background="#000000" />

<!--Path Settings-->

Expand All @@ -41,10 +41,6 @@
<haxedef name="HXVLC_LOGGING" />
</section>

<!--DPI Awareness-->

<haxedef name="openfl_dpi_aware" />

<!--Undefinitions-->

<undefine name="openfl-disable-handle-error" if="debug" />
Expand Down

0 comments on commit 4c93bb7

Please sign in to comment.