1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Fixes to OS_Server and DummyRasterizer to match new signatures

This commit is contained in:
Fabio Alessandrelli
2018-01-09 11:08:10 +01:00
committed by K. S. Ernest (iFire) Lee
parent 6784d743f7
commit 2de10aa467
4 changed files with 14 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ def get_opts():
def get_flags():
return [
("module_mobile_vr_enabled", False),
]