You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
-renamed globals.h to global_config.cpp (this seems to have caused a few modified files)
-.pck and .zip exporting redone, seems to be working..
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "io/image_loader.h"
|
||||
#include "class_db.h"
|
||||
#include "print_string.h"
|
||||
#include "globals.h"
|
||||
#include "global_config.h"
|
||||
#include "scene/resources/font.h"
|
||||
#include "pair.h"
|
||||
#include "scene/scene_string_names.h"
|
||||
@@ -48,7 +48,7 @@
|
||||
#include "editor_file_system.h"
|
||||
#include "create_dialog.h"
|
||||
#include "property_selector.h"
|
||||
#include "globals.h"
|
||||
#include "global_config.h"
|
||||
|
||||
void CustomPropertyEditor::_notification(int p_what) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user