gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire/modules/pp Pp.java


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/org/fenfire/modules/pp Pp.java
Date: Wed, 16 Apr 2003 02:40:04 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/16 02:40:04

Modified files:
        org/fenfire/modules/pp: Pp.java 

Log message:
        Make it compile

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/modules/pp/Pp.java.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/modules/pp/Pp.java
diff -u fenfire/org/fenfire/modules/pp/Pp.java:1.22 
fenfire/org/fenfire/modules/pp/Pp.java:1.23
--- fenfire/org/fenfire/modules/pp/Pp.java:1.22 Wed Apr 16 02:37:34 2003
+++ fenfire/org/fenfire/modules/pp/Pp.java      Wed Apr 16 02:40:04 2003
@@ -28,7 +28,7 @@
 
 
 public class Pp implements BuoyLinkListener {
-public static final String rcsid = "$Id: Pp.java,v 1.22 2003/04/16 06:37:34 
mudyc Exp $";
+public static final String rcsid = "$Id: Pp.java,v 1.23 2003/04/16 06:40:04 
tjl Exp $";
     public static final boolean dbg = false;
     protected static void p(String s) { if(dbg) pa(s); }
     protected static void pa(String s) { System.out.println("Pp::"+s); }
@@ -241,14 +241,14 @@
        int buoyCS;
 
        if (GraphicsAPI.getInstance() instanceof GLAPI) {
-           GLVobCoorder c = (GLVobCoorder)curVs.coords;
+           GLVobCoorder_Gen c = (GLVobCoorder_Gen)curVs.coords;
 
            if (dir < 0){
-               buoyCS = c.buoyOnCircle(0, anchorCenter,
+               buoyCS = c.buoyOnCircle1(0, anchorCenter,
                                        ctrX, ctrY, r, 
                                        ctrX-r, ctrY, .1f);
            } else {
-               buoyCS = c.buoyOnCircle(0, anchorCenter,
+               buoyCS = c.buoyOnCircle1(0, anchorCenter,
                                        ctrX, ctrY, r, 
                                        ctrX+r, ctrY, .1f);
            }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]