mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-06 21:27:37 +00:00
first correct no clip version
This commit is contained in:
20
sources/Component/Shaders/Items/AlphaCtxShaderComponent.cpp
Normal file
20
sources/Component/Shaders/Items/AlphaCtxShaderComponent.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Created by cbihan on 18/06/2021.
|
||||
//
|
||||
|
||||
#include "AlphaCtxShaderComponent.hpp"
|
||||
|
||||
|
||||
namespace BBM
|
||||
{
|
||||
|
||||
AlphaVarShaderComponent::AlphaVarShaderComponent(WAL::Entity &entity) :
|
||||
WAL::Component(entity)
|
||||
{
|
||||
}
|
||||
|
||||
WAL::Component *AlphaVarShaderComponent::clone(WAL::Entity &entity) const
|
||||
{
|
||||
return new AlphaVarShaderComponent(this->_entity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user