mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-31 03:20:05 +00:00
ImDrawList: PushTextureID(): Removed unnecessary param by reference.
This commit is contained in:
parent
288351a801
commit
79969931e6
2 changed files with 2 additions and 2 deletions
|
|
@ -450,7 +450,7 @@ void ImDrawList::PopClipRect()
|
|||
UpdateClipRect();
|
||||
}
|
||||
|
||||
void ImDrawList::PushTextureID(const ImTextureID& texture_id)
|
||||
void ImDrawList::PushTextureID(ImTextureID texture_id)
|
||||
{
|
||||
_TextureIdStack.push_back(texture_id);
|
||||
UpdateTextureID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue