Skip to content

Commit 2a64041

Browse files
committed
another format fix
2 parents 9a7141e + 8112e60 commit 2a64041

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2828

2929
- Fixed a rare crash that could occur depending on Lua garbage collection and async processing.
3030

31+
- Fixed a crash that could occur when using the Nucleo Swarm weapon.
32+
3133
- Fixed a missing Lua write binding for `AEJetpack`'s `JetTimeLeft` property.
3234

3335
- Fixed an issue where glows wouldn't render if the EffectStopTime was lower than the simulation deltatime.

Source/Entities/MOPixel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ void MOPixel::Draw(BITMAP* targetBitmap, const Vector& targetPos, DrawMode mode,
255255
}
256256

257257
g_SceneMan.RegisterDrawing(targetBitmap, mode == g_DrawNoMOID ? g_NoMOID : m_MOID, pixelPos, 1.0F);
258-
}
258+
}

0 commit comments

Comments
 (0)