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

Made bool constructor explicit in Variant to avoid bugs, fixes #7843

This commit is contained in:
Juan Linietsky
2017-08-05 19:48:29 -03:00
parent 435bedd9ef
commit a3a7fb83e6
5 changed files with 20 additions and 10 deletions

View File

@@ -32,6 +32,7 @@
#include "core_string_names.h"
#include "io/resource_loader.h"
#include "os/file_access.h"
#include "scene/main/node.h" //only so casting works
#include "script_language.h"
#include <stdio.h>