Yay very basic 3D (only white) finally shows.

This commit is contained in:
Juan Linietsky 2019-08-20 17:54:03 -03:00
parent 449df8f688
commit 8cee7703a6
17 changed files with 202 additions and 108 deletions

View file

@ -1208,6 +1208,7 @@ error:
Error Main::setup2(Thread::ID p_main_tid_override) {
preregister_module_types();
preregister_server_types();
// Print engine name and version
print_line(String(VERSION_NAME) + " v" + get_full_version_string() + " - " + String(VERSION_WEBSITE));