Revert window

This commit is contained in:
Tanasart 2023-07-07 12:20:18 +02:00
parent 6168e97239
commit 7c2bacea4e
2 changed files with 1 additions and 3 deletions

View File

@ -56,7 +56,7 @@ function __lua_blendmode_reset() {
function __lua_set_color(color = c_white) {
draw_set_color(color);
}
function __lua_set_alpha(alpha = 1) {;
function __lua_set_alpha(alpha = 1) {
draw_set_alpha(alpha);
}
function __lua_set_color_alpha(color = c_white, alpha = 1) {

View File

@ -23,8 +23,6 @@ function mac_window_init() {
__win_min_y = 0;
__win_min_w = 0;
__win_min_h = 0;
window_set_showborder(false);
}
function mac_window_maximize() {