aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/bit_mask.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-05-17 18:45:56 +0200
committerRémi Verschelde2017-05-17 18:45:56 +0200
commitc3baf5eb3cf71c6645e2b721c09d284db0f630b2 (patch)
tree435332b46956d320be44f2cdc1f6908da971f8a1 /scene/resources/bit_mask.h
parent98a329670227c726a5d7a196e5cba8dbdd54301b (diff)
downloadgodot-c3baf5eb3cf71c6645e2b721c09d284db0f630b2.tar.gz
godot-c3baf5eb3cf71c6645e2b721c09d284db0f630b2.tar.zst
godot-c3baf5eb3cf71c6645e2b721c09d284db0f630b2.zip
Fix two typos from previous commit
Also cleanup comments on variant types.
Diffstat (limited to 'scene/resources/bit_mask.h')
-rw-r--r--scene/resources/bit_mask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/bit_mask.h b/scene/resources/bit_mask.h
index c9be9f0ca..5ab7a3134 100644
--- a/scene/resources/bit_mask.h
+++ b/scene/resources/bit_mask.h
@@ -30,7 +30,7 @@
#ifndef BIT_MASK_H
#define BIT_MASK_H
-#include "image.h" 0
+#include "image.h"
#include "io/resource_loader.h"
#include "resource.h"