mirror of
https://github.com/Drezil/imgui.git
synced 2025-10-29 20:21:40 +01:00
ImDrawList: PushTextureID(): Removed unnecessary param by reference.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user