diff options
Diffstat (limited to 'tools/graphics-app-framework/model.cpp')
| -rw-r--r-- | tools/graphics-app-framework/model.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/graphics-app-framework/model.cpp b/tools/graphics-app-framework/model.cpp index 5d3a850e4..6a61c64e5 100644 --- a/tools/graphics-app-framework/model.cpp +++ b/tools/graphics-app-framework/model.cpp @@ -98,7 +98,7 @@ namespace gfx { RefPtr<TextureResource> loadTextureImage( - Renderer* renderer, + IRenderer* renderer, char const* path) { int extentX = 0; |
