We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54069f9 commit 44e23a9Copy full SHA for 44e23a9
DeepCopy/objects/obj_deep_copy_test/Create_0.gml
@@ -23,7 +23,7 @@ show_debug_message(struct);
23
show_debug_message(new_araay);
24
show_debug_message(new_struct);
25
26
-// But not holding the same references
+// But aren't holding the same references
27
show_debug_message(array == new_araay); // false
28
show_debug_message(array[0] == new_araay[0]); // false
29
show_debug_message(array[1] == new_araay[1]); // false
0 commit comments