mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
fix formatting (https://github.com/ziglang/zig-spec/issues/38 is so stupid)
This commit is contained in:
parent
3780814400
commit
af52b392f6
@ -463,7 +463,7 @@ pub const Tool = struct { // MARK: Tool
|
||||
pub fn deinit(self: *const Tool) void {
|
||||
// TODO: This is leaking textures!
|
||||
//if(self.texture) |texture| {
|
||||
//texture.deinit();
|
||||
//texture.deinit();
|
||||
//}
|
||||
self.image.deinit(main.globalAllocator);
|
||||
self.tooltip.deinit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user