rename BorderlessWindow to BorderlessFullscreen

pull/35/head
cosmonaut 2022-11-15 22:49:07 -08:00
parent 02b20f79f5
commit f3c5bbf902
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
public enum ScreenMode
{
Fullscreen,
BorderlessWindow,
BorderlessFullscreen,
Windowed
}
}