mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
Bug fix: Add 'Add' method for non-js environment
This commit is contained in:
parent
4c37efd673
commit
ba3a612ce4
@ -27,3 +27,7 @@ func Start() {
|
||||
func Append(l []float32, r []float32) {
|
||||
// TODO: Implement
|
||||
}
|
||||
|
||||
func Add(l []float32, r []float32) {
|
||||
// TODO: Implement
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user