1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Haiku: remove unneeded code

This commit is contained in:
Kostadin Damyanov
2015-08-12 22:14:40 +03:00
parent f48ce8901a
commit ced44b45d3
6 changed files with 3 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#include "haiku_application.h"
HaikuApplication::HaikuApplication()
: BApplication("application/x-vnd.Haiku-GLDirectMode")
: BApplication("application/x-vnd.Godot")
{
}