mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Fix non initialized variable.
This commit is contained in:
@@ -2029,6 +2029,7 @@ void RasterizerCanvasGLES2::initialize() {
|
||||
|
||||
state.using_light = NULL;
|
||||
state.using_transparent_rt = false;
|
||||
state.using_skeleton = false;
|
||||
}
|
||||
|
||||
void RasterizerCanvasGLES2::finalize() {
|
||||
|
||||
Reference in New Issue
Block a user