Changeset 121
- Timestamp:
- 11/19/07 03:24:15 (1 year ago)
- Files:
-
- trunk/OpenMeshD/OpenMesh/Apps/GLViewer/GLViewer.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/OpenMeshD/OpenMesh/Apps/GLViewer/GLViewer.d
r117 r121 40 40 import math = std.math; 41 41 static import std.path; 42 static import std.file; 42 43 43 44 … … 182 183 else { 183 184 throw new Exception("You must supply a file name on the command line"); 185 } 186 187 { 188 GLshader.shader_path_add( 189 [std.file.getcwd, std.path.getDirName(args[0])]); 184 190 } 185 191
