mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-26 01:23:37 +02:00
Add CtypeDraw for VOID / PVOD (#953)
This commit is contained in:
@@ -42,6 +42,7 @@ void Element::Element_PVOD()
|
||||
LowTemperatureTransition = NT;
|
||||
HighTemperature = ITH;
|
||||
HighTemperatureTransition = NT;
|
||||
CtypeDraw = &Element::basicCtypeDraw;
|
||||
|
||||
Update = &update;
|
||||
Graphics = &graphics;
|
||||
|
@@ -39,4 +39,5 @@ void Element::Element_VOID()
|
||||
LowTemperatureTransition = NT;
|
||||
HighTemperature = ITH;
|
||||
HighTemperatureTransition = NT;
|
||||
CtypeDraw = &Element::basicCtypeDraw;
|
||||
}
|
||||
|
Reference in New Issue
Block a user