mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-04 03:32:29 +00:00
Better return the right pointer.
This commit is contained in:
parent
9485b04914
commit
2917f3ffbb
@ -482,7 +482,7 @@ public:
|
||||
case NativeObject::RENDER_MANAGER:
|
||||
return (uintptr_t)&renderManager_;
|
||||
case NativeObject::NULL_IMAGEVIEW:
|
||||
return (uintptr_t)GetNullTexture();
|
||||
return (uintptr_t)GetNullTexture()->GetImageView();
|
||||
default:
|
||||
Crash();
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user