usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/objects/test_object.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/objects/test_object.cpp
Date: Mon, 17 Jan 2005 19:12:08 -0500

Index: usata2/src/objects/test_object.cpp
diff -u usata2/src/objects/test_object.cpp:1.11 
usata2/src/objects/test_object.cpp:1.12
--- usata2/src/objects/test_object.cpp:1.11     Sat Jan 15 19:33:57 2005
+++ usata2/src/objects/test_object.cpp  Tue Jan 18 00:12:08 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: test_object.cpp,v 1.11 2005/01/15 19:33:57 skunix Exp $
+// $Id: test_object.cpp,v 1.12 2005/01/18 00:12:08 skunix Exp $
 
 #include "../object.hpp"
 #include "../object-registry.hpp"
@@ -75,7 +75,7 @@
        void
        Something::realize(Usata& game, const Object_sp& self)
        {
-               t = game.textures().get("atex");        
+               t = game.images().get("atex");  
                game.scene().add(self, "gui");
        }
 




reply via email to

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