mirror of
https://github.com/lloeki/ld48-29.git
synced 2025-12-06 02:54:40 +01:00
keep things tidy
This commit is contained in:
parent
1fb90c10c5
commit
9124a77418
2 changed files with 4 additions and 4 deletions
|
|
@ -8,8 +8,6 @@ import (
|
||||||
pa "code.google.com/p/portaudio-go/portaudio"
|
pa "code.google.com/p/portaudio-go/portaudio"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = gl.Begin // TODO: remove later
|
|
||||||
var _ = glfw.Init // TODO: remove later
|
|
||||||
var _ = pa.Initialize // TODO: remove later
|
var _ = pa.Initialize // TODO: remove later
|
||||||
|
|
||||||
func onError(err glfw.ErrorCode, desc string) {
|
func onError(err glfw.ErrorCode, desc string) {
|
||||||
|
|
@ -27,7 +25,6 @@ func onKey(window *glfw.Window, k glfw.Key, s int, action glfw.Action, mods glfw
|
||||||
default:
|
default:
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
@ -70,7 +67,6 @@ func setup() {
|
||||||
gl.DepthFunc(gl.LEQUAL)
|
gl.DepthFunc(gl.LEQUAL)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func destroy() {
|
func destroy() {
|
||||||
// TODO: release objects
|
// TODO: release objects
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,3 +33,7 @@ All time is CEST
|
||||||
|
|
||||||
Sideband idea: make this file post new LIs to Twitter on push (with link to
|
Sideband idea: make this file post new LIs to Twitter on push (with link to
|
||||||
file+line on Github)
|
file+line on Github)
|
||||||
|
|
||||||
|
- 10:08
|
||||||
|
|
||||||
|
I miss fuzzy jump to function in vim. Adding ctags to CtrlP right now, with `fswatch . "ctags *.go"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue