[seed] Small fix.
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Small fix.
- Date: Wed, 15 Apr 2009 03:29:44 -0400 (EDT)
commit 621ffa1bd2ea68e3b3b3aebf640c0db5e512a2f0
Author: Tim Horton <hortont hortont com>
Date: Wed Apr 15 03:29:31 2009 -0400
Small fix.
---
examples/clutter-cogl.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/clutter-cogl.js b/examples/clutter-cogl.js
index 4fe4c96..887672f 100755
--- a/examples/clutter-cogl.js
+++ b/examples/clutter-cogl.js
@@ -9,7 +9,7 @@ const RIPPLE_G = 2;
const RIPPLE_N = 3;
const RIPPLE_MIND = 450;
const RIPPLE_MAXD = 2000;
-const RIPPLE_WX = Clutter.cogl_double_to_fixed(RIPPLE_W);
+const RIPPLE_WX = Clutter.double_to_fixed(RIPPLE_W);
const SCREEN_W = 640;
const SCREEN_H = 480;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]