mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
Add Global Project
Fix Particle Crashes
This commit is contained in:
@@ -30,7 +30,10 @@ struct CUVEConstant : public CUVElement
|
||||
TLockedToken<CTexture> x4_tex;
|
||||
public:
|
||||
CUVEConstant(TToken<CTexture>&& tex)
|
||||
: x4_tex(std::move(tex)) {}
|
||||
: x4_tex(std::move(tex))
|
||||
{
|
||||
|
||||
}
|
||||
TLockedToken<CTexture> GetValueTexture(int frame) const
|
||||
{
|
||||
return TLockedToken<CTexture>(x4_tex);
|
||||
|
||||
Reference in New Issue
Block a user