From 753962277f3742daf681cc3bb29c39b05b2074b0 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Thu, 27 Aug 2015 13:06:27 +0200 Subject: [PATCH] Fixed spelling error --- pixi.js/pixi.js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.js/pixi.js.d.ts b/pixi.js/pixi.js.d.ts index 8e83cbf1e..a4e0da88c 100644 --- a/pixi.js/pixi.js.d.ts +++ b/pixi.js/pixi.js.d.ts @@ -762,7 +762,7 @@ declare module PIXI { fragmentSrc: string; init(): void; - cachUniformLocations(keys: string): void; + cacheUniformLocations(keys: string): void; cacheAttributeLocations(keys: string): void; compile(): WebGLProgram; syncUniform(uniform: any): void;