fix breaking typos
This commit is contained in:
parent
e9f79c6d59
commit
b5db58812b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "plantwars"
|
||||
name = "planetwars"
|
||||
version = "0.1.0"
|
||||
authors = ["ajuvercr <arthur.vercruysse@ugent.be>"]
|
||||
edition = "2018"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { Game } from "planetwars";
|
||||
import { memory } from "planetwars/plantwars_bg";
|
||||
import { memory } from "planetwars/planetwars_bg";
|
||||
import { Resizer, resizeCanvasToDisplaySize, FPSCounter, url_to_mesh, Mesh } from "./webgl/util";
|
||||
import { Shader, Uniform4f, Uniform2fv, Uniform3fv, Uniform1i, Uniform1f, Uniform2f, ShaderFactory, Uniform3f, UniformMatrix3fv } from './webgl/shader';
|
||||
import { Renderer } from "./webgl/renderer";
|
||||
|
|
Loading…
Reference in a new issue