aboutsummaryrefslogtreecommitdiff
path: root/code/game.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-11-28 20:39:43 +0000
committerGinger Bill <bill@gingerbill.org>2016-11-28 20:39:43 +0000
commit598dab5bc4fb2836c8f2a6cad757dcb3760a895f (patch)
tree957f92585cae2e41bee93ce0b9d493b5178a0f54 /code/game.odin
parentcbb70c78731b9d928508a52180a186b178d30a5e (diff)
#rune "" to ''; Remove infix and postfix call notation
Diffstat (limited to 'code/game.odin')
-rw-r--r--code/game.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game.odin b/code/game.odin
index c5d0c52f2..4760f0244 100644
--- a/code/game.odin
+++ b/code/game.odin
@@ -4,7 +4,7 @@
#import "os.odin"
#import "opengl.odin" as gl
-TWO_HEARTS :: #rune "💕"
+TWO_HEARTS :: '💕'
win32_perf_count_freq := win32.GetQueryPerformanceFrequency()
time_now :: proc() -> f64 {