Skip to content

Commit

Permalink
v24.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
planetis-m committed Nov 25, 2024
1 parent fcb4946 commit 5d05be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion naylib.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "24.48.0"
version = "24.48.1"
author = "Antonis Geralis"
description = "Raylib Nim wrapper"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tools/wrapper/processor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ proc processParameters(fnc: var FunctionInfo, config: ConfigData) =
let pointerType =
if isPtArray in param.flags: ptArray
elif isOutParameter(fnc.name, param.name, config): ptOut
elif isPrivate in fnc.flags: ptPtr
elif isHiddenRefParam in param.flags: ptHidden
elif isPrivate in fnc.flags: ptPtr
else: ptVar
let paramType = convertType(param.`type`, config.namespacePrefix, pointerType)
if checkCstringType(fnc, paramType, config):
Expand Down

0 comments on commit 5d05be5

Please sign in to comment.