aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-06 14:50:48 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-06 14:50:48 -0400
commitfba8c90687f92b609a902622f5b60203e87ec067 (patch)
tree29ad131651f2d2086bb9961ae38c66d455980f13 /examples
parent4291b36e2c6ad65e14d775fcb34077dccb415edc (diff)
Fix partial edit
Diffstat (limited to 'examples')
-rw-r--r--examples/vectors.tm2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/vectors.tm b/examples/vectors.tm
index 64aa3295..cee0f305 100644
--- a/examples/vectors.tm
+++ b/examples/vectors.tm
@@ -94,6 +94,4 @@ func main():
= Vec2(x=110, y=120)
>> Vec3(10, 20, 30)
>> Vec2.ZERO
- >> Vec2.ZERO.x = 99
- >> Vec2.ZERO