mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-07 05:36:07 +00:00
Bugfix - set blend mode before drawing script node bounding box
This commit is contained in:
parent
e5048ca8d2
commit
8804c436ed
@ -160,6 +160,7 @@ void CScriptNode::DrawAsset(ERenderOptions Options, u32 Asset)
|
||||
|
||||
void CScriptNode::DrawSelection()
|
||||
{
|
||||
glBlendFunc(GL_ONE, GL_ZERO);
|
||||
CDrawUtil::DrawWireCube(AABox(), CColor::skTransparentWhite);
|
||||
|
||||
if (mpInstance)
|
||||
|
Loading…
x
Reference in New Issue
Block a user