diff options
author | pixel <pixel> | 2003-02-10 00:06:22 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-02-10 00:06:22 +0000 |
commit | a1c65a2591cdbcb4ca1f469bc12f7a39c01bdb1b (patch) | |
tree | 864b5a6b04defec27258a84515623395e8321757 /src | |
parent | 6b63855d6e31a4d63ced9c803847ee35c70ee514 (diff) |
NTEX
Diffstat (limited to 'src')
-rw-r--r-- | src/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.cc b/src/test.cc index 0bb2fde..0efe319 100644 --- a/src/test.cc +++ b/src/test.cc @@ -19,7 +19,7 @@ virtual int startup() throw (GeneralException) { verbosity = M_INFO; - Input * pattern = new Input("pattern6.rgba"); + Input * pattern = new Input("pattern6.tex"); mogltk::texture * mytex = new mogltk::texture(pattern, true); delete pattern; |