parent
a110937a16
commit
f666a5f34a
|
@ -1098,6 +1098,7 @@ Error OS_OSX::initialize(const VideoMode &p_desired, int p_video_driver, int p_a
|
||||||
ERR_FAIL_COND_V(window_object == nil, ERR_UNAVAILABLE);
|
ERR_FAIL_COND_V(window_object == nil, ERR_UNAVAILABLE);
|
||||||
|
|
||||||
window_view = [[GodotContentView alloc] init];
|
window_view = [[GodotContentView alloc] init];
|
||||||
|
[window_view setWantsLayer:TRUE];
|
||||||
|
|
||||||
float displayScale = 1.0;
|
float displayScale = 1.0;
|
||||||
if (is_hidpi_allowed()) {
|
if (is_hidpi_allowed()) {
|
||||||
|
|
Loading…
Reference in New Issue