| Index: native_client_sdk/src/examples/fullscreen_tumbler/transforms.h
|
| diff --git a/native_client_sdk/src/examples/fullscreen_tumbler/transforms.h b/native_client_sdk/src/examples/fullscreen_tumbler/transforms.h
|
| index 37fcb246c6da2dcfdce6d9b18f91714ec936e66b..8a222e652b899dd485cf75319aab1f16d80eec36 100644
|
| --- a/native_client_sdk/src/examples/fullscreen_tumbler/transforms.h
|
| +++ b/native_client_sdk/src/examples/fullscreen_tumbler/transforms.h
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace transform_4x4 {
|
|
|
| -// Pre-multply |m| with a projection transformation 4x4 matrix from a
|
| +// Pre-multiply |m| with a projection transformation 4x4 matrix from a
|
| // truncated pyramid viewing frustum.
|
| void Frustum(GLfloat* m,
|
| GLfloat left,
|
|
|